Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt104 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build() constant
127 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build() constant
153 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in build() constant
236 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildHeadsUp() constant
345 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed() constant
355 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed() constant
DStopwatchNotificationBuilder.kt86 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build() constant
119 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build() constant
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestUtils.java108 public static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
213 public static void assertIntentsEqual(Intent intent1, Intent intent2) { in assertIntentsEqual()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt312 val intent1 = safetySourceTestData.testActivityRedirectPendingIntent(identifier = "1") in setSafetySourceData_issueWithTwoActions_notificationWithTwoActions() constant
377 val intent1 = safetySourceTestData.testActivityRedirectPendingIntent(identifier = "1") in setSafetySourceData_withCustomNotification_usesCustomValues() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java199 Intent intent1 = new Intent(Constants.ACTION_OPEN); in onCreate() local
/packages/services/Car/service/src/com/android/car/am/
DFixedActivityService.java648 private static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java630 Intent intent1 = createActivityIntent(); in testNewMessageListCount() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java1041 Intent intent1 = verifyStartActivityAsUser(1, mWifiContext); in testP2pInvitationReceivedDialog_multipleDialogs_responseMatchedToCorrectCallback() local