Searched refs:EXTRA_DIALOG_MESSAGE (Results 1 – 2 of 2) sorted by relevance
39 public static final String EXTRA_DIALOG_MESSAGE = "SuspendedAppActivity.extra.DIALOG_MESSAGE"; field in SuspendedAppActivity82 final String suppliedMessage = intent.getStringExtra(EXTRA_DIALOG_MESSAGE); in onCreate()123 .putExtra(EXTRA_DIALOG_MESSAGE, dialogMessage) in createSuspendedAppInterceptIntent()
167 mInterceptor.mIntent.getStringExtra(SuspendedAppActivity.EXTRA_DIALOG_MESSAGE)); in testSuspendedPackage()