Searched defs:global (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java40 VirtualDisplay(DisplayManagerGlobal global, Display display, argument
42 mGlobal = global;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java252 public static void sortToGlobalAndLocal(@Nullable Bundle in, @NonNull Bundle global, argument
262 global.putBoolean(key, true);
376 // Only disable adb if changing for system user, since it is global
H A DUserManagerService.java292 * Id of the user that set global restrictions.
1074 @Nullable Bundle global) {
1079 if (global != null) {
1080 // Update global.
1082 mDevicePolicyGlobalUserRestrictions, global);
1084 mDevicePolicyGlobalUserRestrictions = global;
1086 // Remember the global restriction owner userId to be able to make a distinction
1091 // When profile owner sets restrictions it passes null global bundle and we
1092 // reset global restriction owner userId.
1109 + " global
1073 setDevicePolicyUserRestrictionsInner(int userId, @NonNull Bundle local, @Nullable Bundle global) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) argument
35 m_GlobalNum(global),
59 "Consumed too many global GOT entries");
132 // These entries correspond to the global symbols in all
137 // for all global entries of secondary GOTs.
/frameworks/base/core/java/android/view/
H A DDisplay.java295 public Display(DisplayManagerGlobal global, argument
298 mGlobal = global;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp2397 int32_t global = 0; local
2398 if (buffer->meta()->findInt32("global", &global) && global) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... .JniHdf ho org.clearsilver.jni.JniHdf global public void setGlobalHDF (org.clearsilver.HDF) org. ...

Completed in 852 milliseconds