Searched refs:lockChannelsForOEM (Results 1 – 4 of 4) sorted by relevance
1771 mHelper.lockChannelsForOEM(pkg.toArray(new String[]{})); in testClearData()2575 mHelper.lockChannelsForOEM(null); in testLockChannelsForOEM_emptyList()2576 mHelper.lockChannelsForOEM(new String[0]); in testLockChannelsForOEM_emptyList()2590 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_appWide()2607 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg()2625 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":b", PKG_O + ":c"}); in testLockChannelsForOEM_channelSpecific()2639 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":" + a.getId()}); in testLockChannelsForOEM_channelSpecific_clearData()2659 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_channelDoesNotExistYet_appWide()2675 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":a", PKG_O + ":b"}); in testLockChannelsForOEM_channelDoesNotExistYet_channelSpecific()2690 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testUpdateNotificationChannel_oemLockedImportance()
1140 public void lockChannelsForOEM(String[] appOrChannelList) { in lockChannelsForOEM() method in PreferencesHelper
2039 mPreferencesHelper.lockChannelsForOEM(getContext().getResources().getStringArray( in init()
22157 HSPLcom/android/server/notification/PreferencesHelper;->lockChannelsForOEM([Ljava/lang/String;)V