Lines Matching refs:AppInterface

79 import com.android.internal.telephony.cat.AppInterface;
170 private AppInterface[] mStkService = null;
313 mStkService = new AppInterface[maxSimCount]; in onCreate()
714 boolean cardStatus = args.getBoolean(AppInterface.CARD_STATUS); in handleCardStatusChangeAndIccRefresh()
727 == AppInterface.CommandType.PLAY_TONE.value()) { in handleCardStatusChangeAndIccRefresh()
739 state.refreshResult = args.getInt(AppInterface.REFRESH_RESULT); in handleCardStatusChangeAndIccRefresh()
1390 AppInterface.CommandType.DISPLAY_TEXT.value()) in handleCmdResponse()
1411 AppInterface.CommandType.OPEN_CHANNEL.value()) { in handleCmdResponse()
1482 == AppInterface.CommandType.GET_INPUT.value() in cleanUpInstanceStackBySlot()
1484 == AppInterface.CommandType.GET_INKEY.value()) { in cleanUpInstanceStackBySlot()
1487 == AppInterface.CommandType.SET_UP_MENU.value() in cleanUpInstanceStackBySlot()
1489 == AppInterface.CommandType.SELECT_ITEM.value()) { in cleanUpInstanceStackBySlot()
1508 AppInterface.CommandType cmdType = mStkContext[slotId].mCurrentCmd.getCmdType(); in restoreInstanceFromStackBySlot()
1787 … unregisterHomeVisibilityObserver(AppInterface.CommandType.SET_UP_EVENT_LIST, slotId); in unregisterEvent()
1870 private void unregisterHomeVisibilityObserver(AppInterface.CommandType command, int slotId) { in unregisterHomeVisibilityObserver()
1874 if (command != AppInterface.CommandType.SET_UP_IDLE_MODE_TEXT || slot != slotId) { in unregisterHomeVisibilityObserver()
1882 if (command != AppInterface.CommandType.SET_UP_EVENT_LIST || slot != slotId) { in unregisterHomeVisibilityObserver()
2131 unregisterHomeVisibilityObserver(AppInterface.CommandType.SET_UP_IDLE_MODE_TEXT, slotId); in cancelIdleText()
2469 String alphaString = args.getString(AppInterface.ALPHA_STRING); in handleAlphaNotify()