Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/media/
DRemoteMediaSlice.java60 private static final String ACTION_LAUNCH_DIALOG = "action_launch_dialog"; field in RemoteMediaSlice
80 if (TextUtils.equals(ACTION_LAUNCH_DIALOG, intent.getStringExtra(CUSTOMIZED_ACTION))) { in onNotifyChange()
194 .putExtra(CUSTOMIZED_ACTION, isMediaOutputDisabled ? "" : ACTION_LAUNCH_DIALOG) in getMediaOutputDialogAction()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java208 assertThat(launchIntent.getAction()).isEqualTo(WifiManager.ACTION_LAUNCH_DIALOG); in verifySimpleDialogLaunchIntent()
837 assertThat(launchIntent.getAction()).isEqualTo(WifiManager.ACTION_LAUNCH_DIALOG); in verifyP2pInvitationReceivedDialogLaunchIntent()
1074 assertThat(launchIntent.getAction()).isEqualTo(WifiManager.ACTION_LAUNCH_DIALOG); in verifyP2pInvitationSentDialogLaunchIntent()
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java328 if (!WifiManager.ACTION_LAUNCH_DIALOG.equals(action)) { in createAndShowDialogForIntent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java189 Intent intent = new Intent(WifiManager.ACTION_LAUNCH_DIALOG) in getBaseLaunchIntent()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java11366 public static final String ACTION_LAUNCH_DIALOG = field in WifiManager