HomeSort by relevance Sort by last modified time
    Searched full:clearable (Results 1 - 10 of 10) sorted by null

  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppStateUsageStatsBridgeTest.java 61 public static final String PACKAGE_CLEARABLE = "package.clearable";
312 ApplicationsState.AppEntry clearable = local
315 mApps.add(clearable);
333 assertThat(AppStateUsageStatsBridge.FILTER_USAGE_STATS.filterApp(clearable)).isTrue();
341 ApplicationsState.AppEntry clearable = local
344 mApps.add(clearable);
362 assertThat(AppStateUsageStatsBridge.FILTER_NO_THRESHOLD.filterApp(clearable)).isTrue();
AppsAsyncLoaderTest.java 63 public static final String PACKAGE_CLEARABLE = "package.clearable";
227 AppsAsyncLoader.PackageInfo clearable = local
233 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800));
265 AppsAsyncLoader.PackageInfo clearable = local
271 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800));
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionType.java 150 * Returns an amount of clearable app data.
256 * @param apps A list of eligible, clearable AppEntries.
DownloadsDeletionType.java 146 * Returns the most recent last modified time for any clearable file.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java     [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 210 // CLEAR ALL might not be visible in case we don't have any clearable notifications.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 525 milliseconds