Home
last modified time | relevance | path

Searched refs:manager (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java71 NotificationManager manager) { in createChannel() argument
72 if (manager.getNotificationChannel(id) != null) { in createChannel()
78 manager.createNotificationChannel(channel); in createChannel()
96 public boolean checkNotificationExistence(List<Integer> ids, NotificationManager manager) in checkNotificationExistence() argument
100 result = result && checkNotificationExistence(id, manager); in checkNotificationExistence()
112 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence() argument
117 StatusBarNotification[] sbns = manager.getActiveNotifications(); in checkNotificationExistence()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java413 protected InputStream openConfigWithAssetManager(AssetManager manager, String configName) in openConfigWithAssetManager() argument
417 return manager.open(configFilePath); in openConfigWithAssetManager()
426 final AssetManager manager, String optionName, String configName) { in parseConfigFromName() argument
427 try (InputStream configStream = openConfigWithAssetManager(manager, configName)) { in parseConfigFromName()
459 final AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigsFromOption() local
466 parseConfigFromName(manager, optionName, configName))); in getConfigsFromOption()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfile.java275 AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigurationArgument() local
277 configStream = manager.open(profileName); in getConfigurationArgument()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp30 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp34 * directory in the package, which can then be read with asset manager.
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp34 * directory in the package, which can then be read with asset manager.
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp34 * directory in the package, which can then be read with asset manager.