Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 54) sorted by relevance

123

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyTouchEvent.java26 public MonkeyTouchEvent(int action) { in MonkeyTouchEvent()
DMonkeyTrackballEvent.java25 public MonkeyTrackballEvent(int action) { in MonkeyTrackballEvent()
DMonkeyKeyEvent.java41 public MonkeyKeyEvent(int action, int keyCode) { in MonkeyKeyEvent()
45 public MonkeyKeyEvent(long downTime, long eventTime, int action, in MonkeyKeyEvent()
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java58 private static String shorten(String action) { in shorten()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/
DBootBroadcastReceiver.java47 String action = intent.getAction(); in onReceive() local
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleBroadcastReceiver.java40 String action = intent.getAction(); in onReceive() local
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DTechFilter.java39 String action = intent.getAction(); in onCreate() local
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/
DMessagingReceiver.java36 String action = intent == null ? null : intent.getAction(); in onReceive() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLauncherShortcuts.java63 final String action = intent.getAction(); in onCreate() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivityViewModel.java48 public void actOnFab(FabAction action) { in actOnFab()
DIntentFragment.java63 String action = intent.getAction(); in onResume() local
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
DUpdateComplicationDataService.java32 final String action = intent.getAction(); in onHandleIntent() local
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiDirectBroadcastReceiver.java60 String action = intent.getAction(); in onReceive() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectBroadcastReceiver.java58 String action = intent.getAction(); in onReceive() local
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DMagnificationService.java94 final int action = event.getAction(); in onKeyEvent() local
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java93 NotificationCompat.Action action = new NotificationCompat.Action.Builder( in apply() local
117 NotificationCompat.Action action = new NotificationCompat.Action.Builder( in apply() local
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java117 private void broadcastUpdate(final String action) { in broadcastUpdate()
122 private void broadcastUpdate(final String action, in broadcastUpdate()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java51 String action = intent.getAction(); in onHandleIntent() local
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DMainActivity.java61 private void startResponderService(String action) { in startResponderService()
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java53 String action = intent.getAction(); in onHandleIntent() local
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java73 String action = intent.getAction(); in onStartCommand() local
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java59 final String action = intent.getAction(); in onHandleIntent() local
DBigPictureSocialIntentService.java60 final String action = intent.getAction(); in onHandleIntent() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigPictureSocialIntentService.java58 final String action = intent.getAction(); in onHandleIntent() local
DBigTextIntentService.java60 final String action = intent.getAction(); in onHandleIntent() local

123