Searched refs:handleAction (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Stk/src/com/android/stk/ |
D | StkCmdReceiver.java | 40 handleAction(context, intent, StkAppService.OP_CMD); in onReceive() 42 handleAction(context, intent, StkAppService.OP_END_SESSION); in onReceive() 44 handleAction(context, intent, StkAppService.OP_CARD_STATUS_CHANGED); in onReceive() 48 handleAction(context, intent, StkAppService.OP_ALPHA_NOTIFY); in onReceive() 54 private void handleAction(Context context, Intent intent, int op) { in handleAction() method in StkCmdReceiver
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SmsStorageLowWarningFragment.java | 204 handleAction(actionIndex); in onCreateDialog() 212 private void handleAction(final int actionIndex) { in handleAction() method in SmsStorageLowWarningFragment.ConfirmationDialog
|