Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java41 public List<String> mCurrentCapabilities = new ArrayList<>(); field in TestNotificationAssistant
78 mCurrentCapabilities.clear(); in resetData()
93 mCurrentCapabilities = mNotificationManager.getAllowedAssistantAdjustments(); in onListenerConnected()
149 mCurrentCapabilities = mNotificationManager.getAllowedAssistantAdjustments(); in onAllowedAdjustmentsChanged()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java417 assertNotNull(mNotificationAssistantService.mCurrentCapabilities); in testGetAllowedAssistantAdjustments()
418 Log.d(TAG, "capabilities at start: " + mNotificationAssistantService.mCurrentCapabilities); in testGetAllowedAssistantAdjustments()
422 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
425 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
428 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
431 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
434 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
437 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
440 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
443 mNotificationAssistantService.mCurrentCapabilities.contains( in testGetAllowedAssistantAdjustments()
[all …]