Searched refs:lockChannelsForOEM (Results 1 – 4 of 4) sorted by relevance
1666 mHelper.lockChannelsForOEM(pkg.toArray(new String[]{})); in testClearData()2360 mHelper.lockChannelsForOEM(null); in testLockChannelsForOEM_emptyList()2361 mHelper.lockChannelsForOEM(new String[0]); in testLockChannelsForOEM_emptyList()2375 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_appWide()2392 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg()2410 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":b", PKG_O + ":c"}); in testLockChannelsForOEM_channelSpecific()2426 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_channelDoesNotExistYet_appWide()2442 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":a", PKG_O + ":b"}); in testLockChannelsForOEM_channelDoesNotExistYet_channelSpecific()2457 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testUpdateNotificationChannel_oemLockedImportance()
897 public void lockChannelsForOEM(String[] appOrChannelList) { in lockChannelsForOEM() method in PreferencesHelper
1792 mPreferencesHelper.lockChannelsForOEM(getContext().getResources().getStringArray( in init()
9792 HSPLcom/android/server/notification/PreferencesHelper;->lockChannelsForOEM([Ljava/lang/String;)V