Searched refs:lockChannelsForOEM (Results 1 – 4 of 4) sorted by relevance
1663 mHelper.lockChannelsForOEM(pkg.toArray(new String[]{})); in testClearData()2381 mHelper.lockChannelsForOEM(null); in testLockChannelsForOEM_emptyList()2382 mHelper.lockChannelsForOEM(new String[0]); in testLockChannelsForOEM_emptyList()2396 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_appWide()2413 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg()2431 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":b", PKG_O + ":c"}); in testLockChannelsForOEM_channelSpecific()2447 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_channelDoesNotExistYet_appWide()2463 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":a", PKG_O + ":b"}); in testLockChannelsForOEM_channelDoesNotExistYet_channelSpecific()2478 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testUpdateNotificationChannel_oemLockedImportance()
881 public void lockChannelsForOEM(String[] appOrChannelList) { in lockChannelsForOEM() method in PreferencesHelper
1721 mPreferencesHelper.lockChannelsForOEM(getContext().getResources().getStringArray( in init()
9792 HSPLcom/android/server/notification/PreferencesHelper;->lockChannelsForOEM([Ljava/lang/String;)V