Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
H A DCarAssistUtils.java141 final String activeComponent = mAssistUtils.getActiveServiceComponentName() in assistantIsNotificationListener() local
143 int slashIndex = activeComponent.indexOf("/"); in assistantIsNotificationListener()
144 final String activePackage = activeComponent.substring(0, slashIndex); in assistantIsNotificationListener()
162 Log.w(TAG, "No notification listeners found for assistant: " + activeComponent); in assistantIsNotificationListener()