Home
last modified time | relevance | path

Searched refs:EXTRA_STOP_SERVER (Results 1 – 2 of 2) sorted by relevance

/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java74 notificationIntent.putExtra(KeyChainDemoActivity.EXTRA_STOP_SERVER, in createNotification()
DKeyChainDemoActivity.java55 public static final String EXTRA_STOP_SERVER = "stop_server"; field in KeyChainDemoActivity
154 boolean isStopServer = intent.getBooleanExtra(EXTRA_STOP_SERVER, false); in onNewIntent()