Home
last modified time | relevance | path

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

/aosp12/packages/apps/Stk/src/com/android/stk/
H A 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()
H A DStkMenuActivity.java118 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
H A DStkInputActivity.java193 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
H A DStkAppService.java2459 synchronized StkContext getStkContext(int slotId) { in getStkContext() method in StkAppService