Searched refs:handleAction (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Stk/src/com/android/stk/ |
H A D | StkCmdReceiver.java | 45 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 D | SmsStorageLowWarningFragment.java | 204 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 D | InboundSmsHandler.java | 1699 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
|