Home
last modified time | relevance | path

Searched defs:intent1 (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java87 final PendingIntent intent1 = Utils.pendingServiceIntent(context, pause); in build() local
111 final PendingIntent intent1 = Utils.pendingServiceIntent(context, start); in build() local
137 final PendingIntent intent1 = Utils.pendingServiceIntent(context, reset); in build() local
219 final PendingIntent intent1 = Utils.pendingServiceIntent(context, reset); in buildHeadsUp() local
323 final PendingIntent intent1 = Utils.pendingServiceIntent(context, reset); in buildMissed() local
333 final PendingIntent intent1 = Utils.pendingServiceIntent(context, reset); in buildMissed() local
DStopwatchNotificationBuilder.java79 final PendingIntent intent1 = Utils.pendingServiceIntent(context, pause); in build() local
112 final PendingIntent intent1 = Utils.pendingServiceIntent(context, start); in build() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DRotationWallpaperMoveReceiver.java59 Intent intent1 = new Intent(appContext.getPackageName() in onReceive() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestUtils.java71 public static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DMobileNetworkListControllerTest.java143 final Intent intent1 = intentCaptor.getAllValues().get(0); in displayPreference_twoSubscriptions_correctlySetup() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java200 Intent intent1 = new Intent(); in onCreate() local