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.java123 appService.getStkContext(mSlotId).setImmediateDialogInstance(this); in onCreate()
125 appService.getStkContext(mSlotId).setPendingDialogInstance(this); in onCreate()
283 appService.getStkContext(mSlotId).setImmediateDialogInstance(null); in finish()
DStkMenuActivity.java118 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
DStkInputActivity.java193 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
DStkAppService.java2446 synchronized StkContext getStkContext(int slotId) { in getStkContext() method in StkAppService