| /expo/packages/expo-brightness/android/src/main/java/expo/modules/brightness/ |
| H A D | BrightnessModule.kt | 4 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 D | BrightnessModule.kt | 5 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 D | BrightnessModule.kt | 16 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 D | BrightnessModule.kt | 16 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 D | LocalStorage.ts | 9 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 D | Settings.d.ts | 17 export const Settings: SettingsStatic; constant 18 export type Settings = SettingsStatic; alias
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Settings/ |
| H A D | Settings.d.ts | 17 export const Settings: SettingsStatic; constant 18 export type Settings = SettingsStatic; alias
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/ |
| H A D | resolveCertificateSigningIdentity-test.ts | 10 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 D | DeviceUtils.kt | 5 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 D | ExceptionUtils.kt | 5 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 D | DeviceModule.kt | 9 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 D | DeviceModule.kt | 9 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 D | DeviceModule.kt | 9 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 D | DeviceModule.kt | 16 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 D | SoundResolver.java | 6 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 D | SoundResolver.java | 6 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 D | SoundResolver.java | 6 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 D | SoundResolver.java | 6 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 D | DevMenuDevToolsDelegate.kt | 6 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 D | ApplicationModule.kt | 8 import android.provider.Settings in <lambda>() 37 Settings.Secure.getString(context.contentResolver, Settings.Secure.ANDROID_ID) in <lambda>()
|
| /expo/home/navigation/ |
| H A D | Navigation.types.ts | 18 Settings: undefined;
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | IntentLauncherScreen.android.tsx | 42 {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 D | NetworkModule.kt | 11 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 D | ApplicationModule.kt | 9 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 D | ApplicationModule.kt | 9 import android.provider.Settings 60 …constants["androidId"] = Settings.Secure.getString(mContext.contentResolver, Settings.Secure.ANDRO… in getConstants()
|