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.java111 new IntentFilter(StkAppService.SESSION_ENDED)); in onCreate()
470 if (StkAppService.SESSION_ENDED.equals(intent.getAction())) {
DStkAppService.java284 static final String SESSION_ENDED = "session_ended"; field in StkAppService
1016 Intent intent = new Intent(SESSION_ENDED); in handleSessionEnd()