Searched defs:projectKey (Results 1 – 6 of 6) sorted by relevance
97 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in createSession() local121 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in renderDrawable() local140 public void clearResourceCaches(String projectKey) { in clearResourceCaches()
489 public void clearResourceCaches(Object projectKey) { in clearResourceCaches()496 public void clearAllCaches(Object projectKey) { in clearAllCaches()644 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap()669 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
94 void clearResourceCaches(String projectKey) throws RemoteException; in clearResourceCaches()
52 Object projectKey = mDelegate.getProjectKey(); in getProjectKey() local
101 public void clearResourceCaches(Object projectKey) { in clearResourceCaches()
232 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()