Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsCrossProcessHelper.java49 | Context.BIND_NOT_VISIBLE, UserHandle.USER_SYSTEM, in AppClipsCrossProcessHelper()
DAppClipsTrampolineActivity.java294 Context.BIND_AUTO_CREATE | Context.BIND_WAIVE_PRIORITY | Context.BIND_NOT_VISIBLE, in createServiceConnector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/proxy/
DSystemUiProxyClient.kt42 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, in <lambda>()
/frameworks/base/services/core/java/com/android/server/servicewatcher/
DServiceWatcherImpl.java21 import static android.content.Context.BIND_NOT_VISIBLE;
215 BIND_AUTO_CREATE | BIND_NOT_FOREGROUND | BIND_NOT_VISIBLE, in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskBubblesController.kt58 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, in <lambda>()
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingConstants.java107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java78 Context.BIND_NOT_VISIBLE,
264 if (hasFlag(Context.BIND_NOT_VISIBLE)) { in toString()
DOomAdjuster.java2829 } else if (cr.hasFlag(Context.BIND_NOT_VISIBLE) in computeServiceHostOomAdjLSP()
/frameworks/base/services/core/java/com/android/server/connectivity/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt122 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, in getCrossProfileConnector()
DScreenshotPolicyImpl.kt62 Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, in <lambda>()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodBindingController.java107 | Context.BIND_NOT_VISIBLE
/frameworks/base/core/java/android/content/
DContext.java692 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context
743 | Context.BIND_NOT_PERCEPTIBLE | Context.BIND_NOT_VISIBLE;
/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionCharacteristics.java362 Context.BIND_ABOVE_CLIENT | Context.BIND_NOT_VISIBLE, in connectToProxyLocked()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java1287 bindService(app, client, null, null, Context.BIND_NOT_VISIBLE, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_NotVisible()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10235 Landroid/content/Context;->BIND_NOT_VISIBLE:I