Searched refs:registerApp (Results 1 – 2 of 2) sorted by relevance
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
D | AppsAsyncLoaderTest.java | 229 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800)); in test_multipleApps_processCorrectly() 236 registerApp(tooNewtoDelete, 1, TimeUnit.DAYS.toMillis(1000)); in test_multipleApps_processCorrectly() 242 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800)); in test_multipleApps_processCorrectly() 248 registerApp(persistentApp, 3, TimeUnit.DAYS.toMillis(800)); in test_multipleApps_processCorrectly() 267 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800)); in test_noThresholdFilter_ignoresUsageForFiltering() 274 registerApp(tooNewtoDelete, 1, TimeUnit.DAYS.toMillis(1000)); in test_noThresholdFilter_ignoresUsageForFiltering() 280 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800)); in test_noThresholdFilter_ignoresUsageForFiltering() 286 registerApp(persistentApp, 3, TimeUnit.DAYS.toMillis(800)); in test_noThresholdFilter_ignoresUsageForFiltering() 351 private void registerApp(AppsAsyncLoader.PackageInfo info, int uid, long installed) { in registerApp() method in AppsAsyncLoaderTest
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDevService.java | 267 public boolean registerApp(BluetoothHidDeviceAppConfiguration config, in registerApp() method in HidDevService.BluetoothHidDeviceBinder 280 return service.registerApp(config, sdp, inQos, outQos, callback); in registerApp() 414 synchronized boolean registerApp(BluetoothHidDeviceAppConfiguration config, in registerApp() method in HidDevService
|