Home
last modified time | relevance | path

Searched refs:getStkContext (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java122 appService.getStkContext(mSlotId).setImmediateDialogInstance(this); in onCreate()
124 appService.getStkContext(mSlotId).setPendingDialogInstance(this); in onCreate()
282 appService.getStkContext(mSlotId).setImmediateDialogInstance(null); in finish()
DStkMenuActivity.java119 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
DStkInputActivity.java193 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
DStkAppService.java2455 synchronized StkContext getStkContext(int slotId) { in getStkContext() method in StkAppService