Searched refs:lockChannelsForOEM (Results 1 – 4 of 4) sorted by relevance
1832 mHelper.lockChannelsForOEM(pkg.toArray(new String[]{})); in testClearData()2680 mHelper.lockChannelsForOEM(null); in testLockChannelsForOEM_emptyList()2681 mHelper.lockChannelsForOEM(new String[0]); in testLockChannelsForOEM_emptyList()2695 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_appWide()2712 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg()2730 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":b", PKG_O + ":c"}); in testLockChannelsForOEM_channelSpecific()2742 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg_appDoesNotExistYet()2778 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_onlyGivenPkg_appDoesNotExistYet_restoreData()2834 mHelper.lockChannelsForOEM(new String[] {PKG_O + ":" + a.getId()}); in testLockChannelsForOEM_channelSpecific_clearData()2854 mHelper.lockChannelsForOEM(new String[] {PKG_O}); in testLockChannelsForOEM_channelDoesNotExistYet_appWide()[all …]
1202 public void lockChannelsForOEM(String[] appOrChannelList) { in lockChannelsForOEM() method in PreferencesHelper
2244 mPreferencesHelper.lockChannelsForOEM(getContext().getResources().getStringArray( in init()
27428 HSPLcom/android/server/notification/PreferencesHelper;->lockChannelsForOEM([Ljava/lang/String;)V