Home
last modified time | relevance | path

Searched refs:activeComponent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java132 final String activeComponent = mAssistUtils.getActiveServiceComponentName() in assistantIsNotificationListener() local
134 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()