Home
last modified time | relevance | path

Searched refs:managed (Results 1 – 25 of 171) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotPolicyImpl.kt72 val managed = withContext(bgDispatcher) { userMgr.isManagedProfile(userId) } in <lambda>() constant
73 Log.d(TAG, "isManagedProfile: $managed") in <lambda>()
74 return managed in <lambda>()
/frameworks/base/core/api/
DOWNERS1 # API changes are managed via Prolog rules, not OWNERS
/frameworks/base/services/api/
DOWNERS3 # API changes are managed via Prolog rules, not OWNERS
/frameworks/base/core/java/android/app/trust/
DITrustListener.aidl30 void onTrustManagedChanged(boolean managed, int userId); in onTrustManagedChanged() argument
DTrustManager.java220 public void onTrustManagedChanged(boolean managed, int userId) { in registerTrustListener()
221 mHandler.obtainMessage(MSG_TRUST_MANAGED_CHANGED, (managed ? 1 : 0), userId, in registerTrustListener()
/frameworks/base/packages/SettingsLib/aconfig/
Dsettingslib.aconfig52 description: "Hide exclusively managed Bluetooth devices in BT settings menu."
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java603 boolean managed = aggregateIsTrustManaged(userId); in updateTrust()
604 dispatchOnTrustManagedChanged(managed, userId); in updateTrust()
606 && isTrustUsuallyManagedInternal(userId) != managed) { in updateTrust()
607 updateTrustUsuallyManaged(userId, managed); in updateTrust()
703 private void updateTrustUsuallyManaged(int userId, boolean managed) { in updateTrustUsuallyManaged() argument
705 mTrustUsuallyManagedForUser.put(userId, managed); in updateTrustUsuallyManaged()
1643 private void dispatchOnTrustManagedChanged(boolean managed, int userId) { in dispatchOnTrustManagedChanged() argument
1645 Log.i(TAG, "onTrustManagedChanged(" + managed + ", " + userId + ")"); in dispatchOnTrustManagedChanged()
1649 mTrustListeners.get(i).onTrustManagedChanged(managed, userId); in dispatchOnTrustManagedChanged()
/frameworks/base/core/java/android/os/
Dflags.aconfig24 …ager user restriction that admins can use to require cellular encryption on their managed devices."
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop96 # This also means that the device is color managed.
97 # A color managed device will use the appropriate
202 # DEPRECATED: SurfaceFlinger is always color managed.
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto102 // managed external storage will be backed up; Any negative value
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl122 void dumpHeap(boolean managed, boolean mallocInfo, boolean runGc, in dumpHeap() argument
/frameworks/base/core/java/android/content/pm/
Dmultiuser.aconfig264 description: "Use user states to check the state of quiet mode for managed profiles only"
/frameworks/base/core/java/android/app/admin/flags/
Dflags.aconfig145 …description: "Guards a bugfix that ends the credential input flow if the managed user has not stop…
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto245 * There are maximum self-managed calls already.
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java255 public void setTrustUsuallyManaged(boolean managed, int userId) { in setTrustUsuallyManaged() argument
257 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId); in setTrustUsuallyManaged()
/frameworks/av/services/mediaextractor/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/module/foundation/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/module/mpeg2ts/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/base/media/jni/soundpool/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/libmedia/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/base/keystore/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/native/cmds/cmd/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/module/extractors/midi/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/frameworks/av/media/libstagefright/codecs/flac/enc/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the

1234567