Searched refs:enabledNotifListeners (Results 1 – 2 of 2) sorted by relevance
178 final String enabledNotifListeners = Settings.Secure.getStringForUser( in checkRcdRegistrationAuthorization() local182 if (enabledNotifListeners != null) { in checkRcdRegistrationAuthorization()183 final String[] components = enabledNotifListeners.split(":"); in checkRcdRegistrationAuthorization()241 final String enabledNotifListeners = Settings.Secure.getStringForUser( in onReevaluateRemoteControlDisplays() local245 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); } in onReevaluateRemoteControlDisplays()251 if (enabledNotifListeners == null) { in onReevaluateRemoteControlDisplays()254 enabledComponents = enabledNotifListeners.split(":"); in onReevaluateRemoteControlDisplays()
372 final String enabledNotifListeners = Settings.Secure.getStringForUser(mContentResolver, in isEnabledNotificationListener() local375 if (enabledNotifListeners != null) { in isEnabledNotificationListener()376 final String[] components = enabledNotifListeners.split(":"); in isEnabledNotificationListener()