Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
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
/packages/apps/Messaging/src/com/android/messaging/ui/
DSmsStorageLowWarningFragment.java204 handleAction(actionIndex); in onCreateDialog()
212 private void handleAction(final int actionIndex) { in handleAction() method in SmsStorageLowWarningFragment.ConfirmationDialog