Searched refs:ACTION_LAUNCH_DIALOG (Results 1 – 5 of 5) sorted by relevance
60 private static final String ACTION_LAUNCH_DIALOG = "action_launch_dialog"; field in RemoteMediaSlice80 if (TextUtils.equals(ACTION_LAUNCH_DIALOG, intent.getStringExtra(CUSTOMIZED_ACTION))) { in onNotifyChange()194 .putExtra(CUSTOMIZED_ACTION, isMediaOutputDisabled ? "" : ACTION_LAUNCH_DIALOG) in getMediaOutputDialogAction()
208 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()
328 if (!WifiManager.ACTION_LAUNCH_DIALOG.equals(action)) { in createAndShowDialogForIntent()
189 Intent intent = new Intent(WifiManager.ACTION_LAUNCH_DIALOG) in getBaseLaunchIntent()
11366 public static final String ACTION_LAUNCH_DIALOG = field in WifiManager