Searched refs:activeComponent (Results 1 – 1 of 1) sorted by relevance
132 final String activeComponent = mAssistUtils.getActiveServiceComponentName() in assistantIsNotificationListener() local134 int slashIndex = activeComponent.indexOf("/"); in assistantIsNotificationListener()135 final String activePackage = activeComponent.substring(0, slashIndex); in assistantIsNotificationListener()153 Log.w(TAG, "No notification listeners found for assistant: " + activeComponent); in assistantIsNotificationListener()