Searched refs:EXTRA_STOP_SERVER (Results 1 – 2 of 2) sorted by relevance
74 notificationIntent.putExtra(KeyChainDemoActivity.EXTRA_STOP_SERVER, in createNotification()
55 public static final String EXTRA_STOP_SERVER = "stop_server"; field in KeyChainDemoActivity154 boolean isStopServer = intent.getBooleanExtra(EXTRA_STOP_SERVER, false); in onNewIntent()