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 D | ActionIntentExecutor.kt | 98 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 D | ScreenshotPolicyImpl.kt | 62 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 D | AppClipsCrossProcessHelper.java | 49 | Context.BIND_NOT_VISIBLE, UserHandle.USER_SYSTEM, in AppClipsCrossProcessHelper()
|
H A D | AppClipsTrampolineActivity.java | 294 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 D | ServiceWatcherImpl.java | 21 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 D | ConnectionRecord.java | 77 Context.BIND_NOT_VISIBLE, 248 if (hasFlag(Context.BIND_NOT_VISIBLE)) { in toString()
|
H A D | OomAdjuster.java | 2425 } else if (cr.hasFlag(Context.BIND_NOT_VISIBLE) in computeOomAdjLSP()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskBubblesController.kt | 58 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 D | AppBindingConstants.java | 107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
|
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | PacProxyService.java | 376 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 D | InputMethodBindingController.java | 92 | Context.BIND_NOT_VISIBLE
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Context.java | 664 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 D | CameraExtensionCharacteristics.java | 302 Context.BIND_ABOVE_CLIENT | Context.BIND_NOT_VISIBLE, in connectToProxyLocked()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | MockingOomAdjusterTests.java | 1162 bindService(app, client, null, Context.BIND_NOT_VISIBLE, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_NotVisible()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10235 Landroid/content/Context;->BIND_NOT_VISIBLE:I
|