Home
last modified time | relevance | path

Searched refs:appIntent (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DDownloadRequest.java66 private String appIntent; field in DownloadRequest.SerializationDataContainer
76 appIntent = request.serializedResultIntentForApp; in SerializationDataContainer()
87 objectOutput.writeUTF(appIntent); in writeExternal()
97 appIntent = objectInput.readUTF(); in readExternal()
107 private String appIntent; field in DownloadRequest.Builder
141 builder.appIntent = dataContainer.appIntent; in fromSerializedRequest()
211 this.appIntent = intent.toUri(0); in setAppIntent()
212 if (this.appIntent.length() > MAX_APP_INTENT_SIZE) { in setAppIntent()
221 subscriptionId, appIntent, version); in build()
234 String appIntent, int version) { in DownloadRequest() argument
[all …]
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControl.java150 @NonNull PendingIntent appIntent, in Control() argument
160 Preconditions.checkNotNull(appIntent); in Control()
174 mAppIntent = appIntent; in Control()
449 Preconditions.checkNotNull(appIntent); in StatelessBuilder()
451 mAppIntent = appIntent; in StatelessBuilder()
555 Preconditions.checkNotNull(appIntent); in setAppIntent()
556 mAppIntent = appIntent; in setAppIntent()
652 Preconditions.checkNotNull(appIntent); in StatefulBuilder()
654 mAppIntent = appIntent; in StatefulBuilder()
762 Preconditions.checkNotNull(appIntent); in setAppIntent()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
H A DMediaResumeListener.kt114 val appIntent = browser.appIntent regex
132 appIntent,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/resume/
H A DMediaResumeListenerTest.kt343 whenever(resumeBrowser.appIntent).thenReturn(pendingIntent)
427 whenever(resumeBrowser.appIntent).thenReturn(pendingIntent)
502 whenever(resumeBrowser.appIntent).thenReturn(pendingIntent)
626 whenever(resumeBrowser.appIntent).thenReturn(pendingIntent)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt434 appIntent: PendingIntent,
467 appIntent,
691 appIntent: PendingIntent,
749 appIntent,
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoControlsService.kt239 return Control.StatelessBuilder(c.controlId, c.appIntent)
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6131 Intent appIntent = getContext().getPackageManager().getLaunchIntentForPackage(pkg);
6132 if (appIntent != null) {
6134 0, appIntent, PendingIntent.FLAG_IMMUTABLE, null,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54288 Landroid/telephony/mbms/DownloadRequest$Builder;->appIntent:Ljava/lang/String;
54296 Landroid/telephony/mbms/DownloadRequest$SerializationDataContainer;->appIntent:Ljava/lang/String;