Searched refs:EXTRA_DIALOG_TITLE (Results 1 – 5 of 5) sorted by relevance
58 public static final String EXTRA_DIALOG_TITLE = "dialog_title"; field in DialogActivity123 intent.putExtra(EXTRA_DIALOG_TITLE, title); in createIntent()144 intent.putExtra(EXTRA_DIALOG_TITLE, title); in createIntent()159 intent.putExtra(EXTRA_DIALOG_TITLE, title); in createIntent()203 String title = bundle.getString(EXTRA_DIALOG_TITLE); in onCreate()
221 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_DIALOG_TITLE)).isTrue(); in verifySimpleDialogLaunchIntent()222 assertThat(launchIntent.getStringExtra(WifiManager.EXTRA_DIALOG_TITLE)) in verifySimpleDialogLaunchIntent()
337 intent.getStringExtra(WifiManager.EXTRA_DIALOG_TITLE), in createAndShowDialogForIntent()
418 intent.putExtra(WifiManager.EXTRA_DIALOG_TITLE, title) in SimpleDialogHandle()
11474 public static final String EXTRA_DIALOG_TITLE = "android.net.wifi.extra.DIALOG_TITLE"; field in WifiManager