Lines Matching refs:AppInterface
19 import com.android.internal.telephony.cat.AppInterface;
27 import com.android.internal.telephony.cat.AppInterface;
44 if (action.equals(AppInterface.CAT_CMD_ACTION)) { in onReceive()
46 } else if (action.equals(AppInterface.CAT_SESSION_END_ACTION)) { in onReceive()
48 } else if (action.equals(AppInterface.CAT_ICC_STATUS_CHANGE)) { in onReceive()
50 } else if (action.equals(AppInterface.CAT_ALPHA_NOTIFY_ACTION)) { in onReceive()
68 if ((intent.getBooleanExtra(AppInterface.CARD_STATUS, false) == false) in handleAction()
73 args.putBoolean(AppInterface.CARD_STATUS, in handleAction()
74 intent.getBooleanExtra(AppInterface.CARD_STATUS, true)); in handleAction()
75 args.putInt(AppInterface.REFRESH_RESULT, in handleAction()
76 intent.getIntExtra(AppInterface.REFRESH_RESULT, in handleAction()
79 String alphaString = intent.getStringExtra(AppInterface.ALPHA_STRING); in handleAction()
80 args.putString(AppInterface.ALPHA_STRING, alphaString); in handleAction()