/frameworks/base/core/java/android/util/ |
D | LruCache.java | 153 entryRemoved(false, key, createdValue, mapValue); in get() 183 entryRemoved(false, key, previous, value); in put() 223 entryRemoved(true, key, value, null); in trimToSize() 246 entryRemoved(false, key, previous, null); in remove() 267 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() method in LruCache
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 185 entryRemoved(sbn_user1_app1); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 187 entryRemoved(sbn_user1_app1_fg); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 228 entryRemoved(makeMockDisclosure(USERID_ONE, null /*unused*/)); in testSimpleAddRemove() 232 entryRemoved(makeMockDisclosure(USERID_TWO, null /*unused*/)); in testSimpleAddRemove() 255 entryRemoved(sbn_user1_app1); in testDisclosureBasic() 274 entryRemoved(sbn_user1_app1_fg_sneaky); in testDisclosureBasic() 290 entryRemoved(sbn_user1_app1); // was fg, should return true in testDisclosureBasic() 291 entryRemoved(sbn_user1_app1); in testDisclosureBasic() 361 entryRemoved(standardLayoutNotif); in testStandardLayoutRemoved_systemAlertWarningRequired() 463 private void entryRemoved(StatusBarNotification notification) { in entryRemoved() method in ForegroundServiceControllerTest
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 373 @Override protected void entryRemoved( in testEntryRemovedIsCalledWithoutSynchronization() 411 @Override protected void entryRemoved( in testCreateWithConcurrentPut() 438 @Override protected void entryRemoved( in testCreateWithConcurrentCreate() 458 @Override protected void entryRemoved(
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
D | BaseFragmentPagerAdapter.java | 183 protected void entryRemoved(boolean evicted, String key, in entryRemoved() method in BaseFragmentPagerAdapter.FragmentCache
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved() method in TokenCache.TokenLruCache
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRenderService.java | 80 public void entryRemoved(boolean evicted, InlineSuggestionUiImpl key,
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnection.java | 1420 protected void entryRemoved(boolean evicted, String key, in entryRemoved() method in SQLiteConnection.PreparedStatementCache
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5980 HSPLandroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/Obje… 5981 HSPLandroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/Stri… 16123 HSPLandroid/util/LruCache;->entryRemoved(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5978 HSPLandroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/Obje… 5979 HSPLandroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/Stri… 16172 HSPLandroid/util/LruCache;->entryRemoved(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
|
/frameworks/base/core/api/ |
D | current.txt | 46322 method protected void entryRemoved(boolean, K, V, V);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31615 method protected void entryRemoved(boolean, K, V, V);
|
/frameworks/base/services/ |
D | art-profile | 5260 HPLcom/android/server/accounts/TokenCache$TokenLruCache;->entryRemoved(ZLcom/android/server/account… 5261 HPLcom/android/server/accounts/TokenCache$TokenLruCache;->entryRemoved(ZLjava/lang/Object;Ljava/lan…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 17365 Landroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/String;…
|