Searched refs:enabledNotifListeners (Results 1 – 2 of 2) sorted by relevance
191 final String enabledNotifListeners = Settings.Secure.getStringForUser( in checkRcdRegistrationAuthorization() local195 if (enabledNotifListeners != null) { in checkRcdRegistrationAuthorization()196 final String[] components = enabledNotifListeners.split(":"); in checkRcdRegistrationAuthorization()254 final String enabledNotifListeners = Settings.Secure.getStringForUser( in onReevaluateRemoteControlDisplays() local258 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); } in onReevaluateRemoteControlDisplays()264 if (enabledNotifListeners == null) { in onReevaluateRemoteControlDisplays()267 enabledComponents = enabledNotifListeners.split(":"); in onReevaluateRemoteControlDisplays()
383 final String enabledNotifListeners = Settings.Secure.getStringForUser(mContentResolver, in isEnabledNotificationListener() local386 if (enabledNotifListeners != null) { in isEnabledNotificationListener()387 final String[] components = enabledNotifListeners.split(":"); in isEnabledNotificationListener()