Searched refs:manager (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 70 NotificationManager manager) { in createChannel() argument 71 if (manager.getNotificationChannel(id) != null) { in createChannel() 77 manager.createNotificationChannel(channel); in createChannel() 95 public boolean checkNotificationExistence(List<Integer> ids, NotificationManager manager) in checkNotificationExistence() argument 99 result = result && checkNotificationExistence(id, manager); in checkNotificationExistence() 111 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence() argument 116 StatusBarNotification[] sbns = manager.getActiveNotifications(); in checkNotificationExistence()
|
/platform_testing/libraries/aoa-helper/ |
D | README.md | 7 AoaDeviceManager manager = new AoaDeviceManager(); 8 AoaDevice device = manager.getDevice("SERIAL");
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 387 protected InputStream openConfigWithAssetManager(AssetManager manager, String configName) in openConfigWithAssetManager() argument 391 return manager.open(configFilePath); in openConfigWithAssetManager() 400 final AssetManager manager, String optionName, String configName) { in parseConfigFromName() argument 401 try (InputStream configStream = openConfigWithAssetManager(manager, configName)) { in parseConfigFromName() 432 final AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigsFromOption() local 439 parseConfigFromName(manager, optionName, configName))); in getConfigsFromOption()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | Profile.java | 260 AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigurationArgument() local 262 configStream = manager.open(profileName); in getConfigurationArgument()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 26 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
|
/platform_testing/libraries/health/runners/longevity/platform/samples/ |
D | Android.bp | 30 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 30 * directory in the package, which can then be read with asset manager.
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 30 * directory in the package, which can then be read with asset manager.
|