Home
last modified time | relevance | path

Searched refs:isService (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogV2Test.kt63 isService: Boolean = false,
78 isService,
125 val list = listOf(createPrivacyElement(isActive = true, isService = true))
278 isService = true
H A DPrivacyDialogControllerV2Test.kt305 assertThat(list.get(0).isService).isFalse()
635 assertThat(list.get(0).isService).isFalse()
655 assertThat(list.get(0).isService).isFalse()
674 assertThat(list.get(0).isService).isFalse()
702 assertThat(list.get(0).isService).isTrue()
724 assertThat(list.get(0).isService).isFalse()
748 assertThat(list.get(0).isService).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java295 final boolean isService = assistComponent.equals(getVoiceInteractorComponentName()); in startAssist()
310 startAssistInternal(args, assistComponent, isService); in startAssist()
374 boolean isService) { in startAssistInternal() argument
375 if (isService) { in startAssistInternal()
/aosp14/frameworks/base/tools/preload/
H A DPolicy.java80 public static boolean isService(String processName) { in isService() method in Policy
H A DWritePreloadedClassFile.java99 if (proc.fromZygote() && !Policy.isService(proc.name)) { in main()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt191 if (element.isService || !element.isActive) {
259 if (element.isService) R.string.privacy_dialog_manage_service
498 val isService: Boolean,
525 if (isService) {
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DMetricsHelper.java74 a -> (a.operation != null && a.operation.isService())), in registerPuller()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java288 } else if (pendingIntent.isForegroundService() || pendingIntent.isService()) { in getComponentType()
/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java1339 public boolean isService() { in isService() method in PendingIntent
/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/core/api/
H A Dcurrent.txt6930 method public boolean isService();