Searched defs:manager (Results 1 – 4 of 4) sorted by relevance
71 NotificationManager manager) { in createChannel()96 public boolean checkNotificationExistence(List<Integer> ids, NotificationManager manager) in checkNotificationExistence()112 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence()
420 protected InputStream openConfigWithAssetManager(AssetManager manager, String configName) in openConfigWithAssetManager()433 final AssetManager manager, String optionName, String nameOrPath) { in parseConfig()470 final AssetManager manager, String optionName, String configName) { in parseConfigFromName()503 final AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigsFromOption() local
286 AssetManager manager = InstrumentationRegistry.getContext().getAssets(); in getConfigurationArgument() local
338 NotificationManager manager = mContext.getSystemService(NotificationManager.class); in build() local