Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkMenuActivity.java112 new IntentFilter(StkAppService.SESSION_ENDED)); in onCreate()
514 if (StkAppService.SESSION_ENDED.equals(intent.getAction())) {
DStkAppService.java278 static final String SESSION_ENDED = "session_ended"; field in StkAppService
960 Intent intent = new Intent(SESSION_ENDED); in handleSessionEnd()