/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 556 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 564 while (Settings.Global.getInt(mContext.getContentResolver(), 565 Settings.Global.AIRPLANE_MODE_ON, -1) != state) { [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
Notifier.java | 693 final boolean enabled = Settings.Global.getInt(mContext.getContentResolver(), 694 Settings.Global.CHARGING_SOUNDS_ENABLED, 1) != 0; 695 final String soundPath = Settings.Global.getString(mContext.getContentResolver(), 696 Settings.Global.WIRELESS_CHARGING_STARTED_SOUND);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 25 * - Binding - Global, Local, Weak 70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding };
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReaderIf.cpp | 86 return ResolveInfo::Global;
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiNotificationControllerTest.java | 80 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(1);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 403 Settings.Global.putInt(getContentResolver(), 404 Settings.Global.getBluetoothHeadsetPriorityKey(device.getAddress()), 413 int priority = Settings.Global.getInt(getContentResolver(), 414 Settings.Global.getBluetoothHeadsetPriorityKey(device.getAddress()),
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientService.java | 530 Settings.Global.putInt(getContentResolver(), 531 Settings.Global.getBluetoothHeadsetPriorityKey(device.getAddress()), 542 int priority = Settings.Global.getInt(getContentResolver(), 543 Settings.Global.getBluetoothHeadsetPriorityKey(device.getAddress()),
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
PhoneUtils.java | 376 (Settings.Global.getInt(cr, Settings.Global.DATA_ROAMING, 0) != 0); [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEnabler.java | 184 !WirelessUtils.isRadioAllowed(mContext, Settings.Global.RADIO_BLUETOOTH)) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 52 #pragma mark Dynamic Global Scopes 67 #pragma mark global Attribute Scopes
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 42 #pragma mark Dynamic Global Scopes 75 #pragma mark global Attribute Scopes
|
/external/pdfium/xfa/src/fxjse/src/ |
value.h | 215 V8_INLINE const v8::Global<v8::Value>& DirectGetValue() const {
234 v8::Global<v8::Value> m_hValue;
|
/external/v8/test/mjsunit/compiler/ |
variables.js | 31 // Global variables.
|
/external/v8/test/mjsunit/ |
delete-global-properties.js | 28 // Global properties declared with 'var' or 'function' should not be 37 // Check that deleting and reintroducing global variables works. 38 // Get into the IC case for storing to a deletable global property.
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
SettingsCmd.java | 102 && !"global".equalsIgnoreCase(arg)) { 194 : "global".equals(table) ? Settings.Global.CONTENT_URI 233 else if ("global".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_GLOBAL; 258 else if ("global".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_GLOBAL; 279 else if ("global".equals(table)) targetUri = Settings.Global.getUriFor(key); 300 System.err.println("\n'namespace' is one of {system, secure, global}, case-insensitive");
|
/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 175 boolean isInDeveloperMode = Settings.Global.getInt(context.getContentResolver(), 176 Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0;
|
LocaleStore.java | 274 boolean isInDeveloperMode = Settings.Global.getInt(context.getContentResolver(), 275 Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0;
|
/frameworks/base/services/core/java/com/android/server/location/ |
ComprehensiveCountryDetector.java | 386 return Settings.Global.getInt( 387 mContext.getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 0) == 0;
|
/frameworks/base/services/core/java/com/android/server/policy/ |
EnableAccessibilityController.java | 133 // If the global gesture is enabled and there is a speaking service 135 return Settings.Global.getInt(context.getContentResolver(), 136 Settings.Global.ENABLE_ACCESSIBILITY_GLOBAL_GESTURE_ENABLED, 0) == 1
|
GlobalActions.java | 85 * Helper to show the global actions dialog. Each item is an {@link Action} that 95 /* Valid settings for global actions keys. 156 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON), true, 168 * Show the global actions dialog (creating if necessary) 216 * Create the global actions dialog. 285 if (Settings.Global.getInt(mContext.getContentResolver(), 286 Settings.Global.BUGREPORT_IN_POWER_MENU, 0) != 0 && isCurrentUserOwner()) { 308 Log.e(TAG, "Invalid global action key " + actionKey); 684 * The adapter used for the list within the global actions dialog, takin [all...] |
PolicyControl.java | 34 * Runtime adjustments applied to the global window policy. 39 * Control by setting {@link Settings.Global.POLICY_CONTROL} to one or more name-value pairs. 117 value = Settings.Global.getStringForUser(context.getContentResolver(), 118 Settings.Global.POLICY_CONTROL,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
indexed12.s | 9 ;;; Global check (1st) 11 ldaa #L1-_main ; identical (likewise for 2nd global check) 66 ;;; Global check (2nd)
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresencePublication.java | 173 mDataEnabled = Settings.Global.getInt(mContext.getContentResolver(), 174 Settings.Global.MOBILE_DATA, 1) == 1; 439 return Settings.Global.getInt(mContext.getContentResolver(), 440 Settings.Global.MOBILE_DATA, 1) == 1; [all...] |
/external/llvm/lib/IR/ |
Core.cpp | [all...] |
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | [all...] |