first commit
[bylock.git] / sources / com / google / android / gms / d / bd.java
blob1934b0cc7cd2dda65e25ebb9e1217231cb4f5316
1 package com.google.android.gms.d;
3 import android.util.LruCache;
5 class bd extends LruCache {
6 final /* synthetic */ fg a;
7 final /* synthetic */ bc b;
9 /* JADX INFO: super call moved to the top of the method (can break code semantics) */
10 bd(bc bcVar, int i, fg fgVar) {
11 super(i);
12 this.b = bcVar;
13 this.a = fgVar;
16 /* access modifiers changed from: protected */
17 @Override // android.util.LruCache
18 public int sizeOf(Object obj, Object obj2) {
19 return this.a.a(obj, obj2);