Home
last modified time | relevance | path

Searched refs:handleAction (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkCmdReceiver.java45 handleAction(context, intent, StkAppService.OP_CMD); in onReceive()
47 handleAction(context, intent, StkAppService.OP_END_SESSION); in onReceive()
49 handleAction(context, intent, StkAppService.OP_CARD_STATUS_CHANGED); in onReceive()
51 handleAction(context, intent, StkAppService.OP_ALPHA_NOTIFY); in onReceive()
55 private void handleAction(Context context, Intent intent, int op) { in handleAction() method in StkCmdReceiver
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSmsStorageLowWarningFragment.java204 handleAction(actionIndex); in onCreateDialog()
212 private void handleAction(final int actionIndex) { in handleAction() method in SmsStorageLowWarningFragment.ConfirmationDialog
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1699 handleAction(mWaitingForIntent, false); in fakeNextAction()
1713 handleAction(intent, true); in onReceive()
1716 private synchronized void handleAction(@NonNull Intent intent, boolean onReceive) { in handleAction() method in InboundSmsHandler.SmsBroadcastReceiver