Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 131) sorted by relevance

123456

/expo/packages/expo-brightness/android/src/main/java/expo/modules/brightness/
H A DBrightnessModule.kt4 import android.provider.Settings in <lambda>()
59 Settings.System.putInt( in <lambda>()
61 Settings.System.SCREEN_BRIGHTNESS_MODE, in <lambda>()
64 Settings.System.putInt( in <lambda>()
66 Settings.System.SCREEN_BRIGHTNESS, in <lambda>()
85 Settings.System.SCREEN_BRIGHTNESS_MODE in <lambda>()
96 Settings.System.putInt( in <lambda>()
98 Settings.System.SCREEN_BRIGHTNESS_MODE, in <lambda>()
105 val brightnessMode = Settings.System.getInt( in <lambda>()
107 Settings.System.SCREEN_BRIGHTNESS_MODE in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/brightness/
H A DBrightnessModule.kt5 import android.provider.Settings in <lambda>()
60 Settings.System.putInt( in <lambda>()
62 Settings.System.SCREEN_BRIGHTNESS_MODE, in <lambda>()
65 Settings.System.putInt( in <lambda>()
67 Settings.System.SCREEN_BRIGHTNESS, in <lambda>()
86 Settings.System.SCREEN_BRIGHTNESS_MODE in <lambda>()
97 Settings.System.putInt( in <lambda>()
99 Settings.System.SCREEN_BRIGHTNESS_MODE, in <lambda>()
106 val brightnessMode = Settings.System.getInt( in <lambda>()
108 Settings.System.SCREEN_BRIGHTNESS_MODE in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/brightness/
H A DBrightnessModule.kt16 import android.provider.Settings
82 val brightnessMode = Settings.System.getInt( in getSystemBrightnessAsync()
84 Settings.System.SCREEN_BRIGHTNESS_MODE in getSystemBrightnessAsync()
96 Settings.System.SCREEN_BRIGHTNESS in getSystemBrightnessAsync()
115 Settings.System.putInt( in setSystemBrightnessAsync()
117 Settings.System.SCREEN_BRIGHTNESS_MODE, in setSystemBrightnessAsync()
120 Settings.System.putInt( in setSystemBrightnessAsync()
122 Settings.System.SCREEN_BRIGHTNESS, in setSystemBrightnessAsync()
160 Settings.System.SCREEN_BRIGHTNESS_MODE in getSystemBrightnessModeAsync()
177 Settings.System.putInt( in setSystemBrightnessModeAsync()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/brightness/
H A DBrightnessModule.kt16 import android.provider.Settings
82 val brightnessMode = Settings.System.getInt( in getSystemBrightnessAsync()
84 Settings.System.SCREEN_BRIGHTNESS_MODE in getSystemBrightnessAsync()
96 Settings.System.SCREEN_BRIGHTNESS in getSystemBrightnessAsync()
115 Settings.System.putInt( in setSystemBrightnessAsync()
117 Settings.System.SCREEN_BRIGHTNESS_MODE, in setSystemBrightnessAsync()
120 Settings.System.putInt( in setSystemBrightnessAsync()
122 Settings.System.SCREEN_BRIGHTNESS, in setSystemBrightnessAsync()
160 Settings.System.SCREEN_BRIGHTNESS_MODE in getSystemBrightnessModeAsync()
177 Settings.System.putInt( in setSystemBrightnessModeAsync()
[all …]
/expo/home/storage/
H A DLocalStorage.ts9 type Settings = Record<string, any>; alias
15 Settings: 'settings',
20 async function getSettingsAsync(): Promise<Settings> {
21 const json = await AsyncStorage.getItem(Keys.Settings);
33 async function updateSettingsAsync(updatedSettings: Partial<Settings>): Promise<void> {
40 await AsyncStorage.setItem(Keys.Settings, JSON.stringify(newSettings));
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Settings/
H A DSettings.d.ts17 export const Settings: SettingsStatic; constant
18 export type Settings = SettingsStatic; alias
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Settings/
H A DSettings.d.ts17 export const Settings: SettingsStatic; constant
18 export type Settings = SettingsStatic; alias
/expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/
H A DresolveCertificateSigningIdentity-test.ts10 import * as Settings from '../settings';
73 asMock(Settings.getLastDeveloperCodeSigningIdAsync).mockResolvedValue('YYY');
106 expect(Settings.setLastDeveloperCodeSigningIdAsync).toBeCalledWith('YYY');
119 expect(Settings.setLastDeveloperCodeSigningIdAsync).toBeCalledTimes(0);
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DDeviceUtils.kt5 import android.provider.Settings
23 if (!Settings.canDrawOverlays(context)) { in allowDrawingOverOtherApps()
26 Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION, Uri.parse("package:host.exp.exponent")) in allowDrawingOverOtherApps()
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DExceptionUtils.kt5 import android.provider.Settings
78 return Settings.System.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE_ON, 0) != 0 in isAirplaneModeOn()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt9 import android.provider.Settings in <lambda>()
61 Settings.Secure.getString(context.contentResolver, "bluetooth_name") in <lambda>()
63 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
100 Settings.Global.getInt( in <lambda>()
102 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt9 import android.provider.Settings in <lambda>()
62 Settings.Secure.getString(context.contentResolver, "bluetooth_name") in <lambda>()
64 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
101 Settings.Global.getInt( in <lambda>()
103 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt9 import android.provider.Settings in <lambda>()
62 Settings.Secure.getString(context.contentResolver, "bluetooth_name") in <lambda>()
64 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
101 Settings.Global.getInt( in <lambda>()
103 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt16 import android.provider.Settings
68 Settings.Secure.getString(mContext.contentResolver, "bluetooth_name") in <lambda>()
70 Settings.Global.getString(mContext.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
133 Settings.Global.getInt( in isSideLoadingEnabledAsync()
135 Settings.Global.INSTALL_NON_MARKET_APPS, in isSideLoadingEnabledAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DSoundResolver.java6 import android.provider.Settings;
48 return Settings.System.DEFAULT_NOTIFICATION_URI; in resolve()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DSoundResolver.java6 import android.provider.Settings;
48 return Settings.System.DEFAULT_NOTIFICATION_URI; in resolve()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DSoundResolver.java6 import android.provider.Settings;
48 return Settings.System.DEFAULT_NOTIFICATION_URI; in resolve()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DSoundResolver.java6 import android.provider.Settings;
48 return Settings.System.DEFAULT_NOTIFICATION_URI; in resolve()
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/devtools/
H A DDevMenuDevToolsDelegate.kt6 import android.provider.Settings
107 if (!Settings.canDrawOverlays(context)) { in requestOverlaysPermission()
109 val intent = Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION, uri).apply { in requestOverlaysPermission()
/expo/packages/expo-application/android/src/main/java/expo/modules/application/
H A DApplicationModule.kt8 import android.provider.Settings in <lambda>()
37 Settings.Secure.getString(context.contentResolver, Settings.Secure.ANDROID_ID) in <lambda>()
/expo/home/navigation/
H A DNavigation.types.ts18 Settings: undefined;
/expo/apps/native-component-list/src/screens/
H A DIntentLauncherScreen.android.tsx42 {this.renderSettingsLink('Location Settings', ActivityAction.LOCATION_SOURCE_SETTINGS)}
44 {this.renderSettingsLink('Wireless Settings', ActivityAction.WIRELESS_SETTINGS)}
/expo/packages/expo-network/android/src/main/java/expo/modules/network/
H A DNetworkModule.kt11 import android.provider.Settings in <lambda>()
75 …return@AsyncFunction Settings.Global.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/application/
H A DApplicationModule.kt9 import android.provider.Settings
60 …constants["androidId"] = Settings.Secure.getString(mContext.contentResolver, Settings.Secure.ANDRO… in getConstants()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/application/
H A DApplicationModule.kt9 import android.provider.Settings
60 …constants["androidId"] = Settings.Secure.getString(mContext.contentResolver, Settings.Secure.ANDRO… in getConstants()

123456