Home
last modified time | relevance | path

Searched refs:BIND_NOT_VISIBLE (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionIntentExecutor.kt98 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE,
119 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE,
H A DScreenshotPolicyImpl.kt62 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsCrossProcessHelper.java49 | Context.BIND_NOT_VISIBLE, UserHandle.USER_SYSTEM, in AppClipsCrossProcessHelper()
H A DAppClipsTrampolineActivity.java294 Context.BIND_AUTO_CREATE | Context.BIND_WAIVE_PRIORITY | Context.BIND_NOT_VISIBLE, in createServiceConnector()
/aosp14/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java21 import static android.content.Context.BIND_NOT_VISIBLE;
215 BIND_AUTO_CREATE | BIND_NOT_FOREGROUND | BIND_NOT_VISIBLE, in bind()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java77 Context.BIND_NOT_VISIBLE,
248 if (hasFlag(Context.BIND_NOT_VISIBLE)) { in toString()
H A DOomAdjuster.java2425 } else if (cr.hasFlag(Context.BIND_NOT_VISIBLE) in computeOomAdjLSP()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskBubblesController.kt58 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE,
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingConstants.java107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacProxyService.java376 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE, in bind()
418 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE, in bind()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java92 | Context.BIND_NOT_VISIBLE
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java664 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context
708 | Context.BIND_NOT_PERCEPTIBLE | Context.BIND_NOT_VISIBLE;
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraExtensionCharacteristics.java302 Context.BIND_ABOVE_CLIENT | Context.BIND_NOT_VISIBLE, in connectToProxyLocked()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java1162 bindService(app, client, null, Context.BIND_NOT_VISIBLE, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_NotVisible()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10235 Landroid/content/Context;->BIND_NOT_VISIBLE:I