Home
last modified time | relevance | path

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

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java74 static final String INTENT_ACTION_TAP = "com.android.storagemanager.automatic.SHOW_SETTINGS"; field in NotificationController
124 case INTENT_ACTION_TAP: in onReceive()
196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification()
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DNotificationControllerTest.java197 mController.onReceive(mContext, new Intent(NotificationController.INTENT_ACTION_TAP)); in testTappingGoesToStorageSettings()