HomeSort by relevance Sort by last modified time
    Searched defs:clearable (Results 1 - 2 of 2) 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));

Completed in 77 milliseconds