Home
last modified time | relevance | path

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

/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java336 if ((mState == STATE_MAIN) && appService.isMainMenuAvailable(mSlotId)) { in onRestoreInstanceState()
H A DStkAppService.java473 synchronized boolean isMainMenuAvailable(int slotId) { in isMainMenuAvailable() method in StkAppService