Searched refs:INTENT_ACTION_TAP (Results 1 – 2 of 2) sorted by relevance
74 static final String INTENT_ACTION_TAP = "com.android.storagemanager.automatic.SHOW_SETTINGS"; field in NotificationController124 case INTENT_ACTION_TAP: in onReceive()196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification()
197 mController.onReceive(mContext, new Intent(NotificationController.INTENT_ACTION_TAP)); in testTappingGoesToStorageSettings()