Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java70 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/
DREADME.md7 AoaDeviceManager manager = new AoaDeviceManager();
8 AoaDevice device = manager.getDevice("SERIAL");
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java387 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/
DProfile.java260 AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigurationArgument() local
262 configStream = manager.open(profileName); in getConfigurationArgument()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp26 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp30 * directory in the package, which can then be read with asset manager.
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp30 * directory in the package, which can then be read with asset manager.
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp30 * directory in the package, which can then be read with asset manager.