| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/ |
| H A D | PermissionsKernelService.kt | 9 import host.exp.exponent.storage.ExponentSharedPreferences 15 private val exponentSharedPreferences: ExponentSharedPreferences 23 …val permissions: JSONObject = metadata.getNullable(ExponentSharedPreferences.EXPERIENCE_METADATA_P… in grantScopedPermissions() 27 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS, permissions) in grantScopedPermissions() 37 if (metadata.has(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS)) { in revokeScopedPermissions() 39 metadata.getJSONObject(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS) in revokeScopedPermissions() 42 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS, permissions) in revokeScopedPermissions() 58 if (metadata.has(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS)) { in hasGrantedPermissions() 60 metadata.getJSONObject(ExponentSharedPreferences.EXPERIENCE_METADATA_PERMISSIONS) in hasGrantedPermissions()
|
| H A D | ExpoKernelServiceRegistry.kt | 7 import host.exp.exponent.storage.ExponentSharedPreferences 11 exponentSharedPreferences: ExponentSharedPreferences
|
| H A D | ErrorRecoveryManager.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 20 lateinit var exponentSharedPreferences: ExponentSharedPreferences 34 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_LOADING_ERROR, didError) in markErrored()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationManager.kt | 15 import host.exp.exponent.storage.ExponentSharedPreferences 25 lateinit var exponentSharedPreferences: ExponentSharedPreferences 99 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_NOTIFICATION_CHANNELS, allChannels) in saveChannelSettings() 148 … metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOTIFICATION_IDS, notifications) in notify() 160 …val oldNotifications = metadata.optJSONArray(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOT… in cancel() 167 … metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOTIFICATION_IDS, newNotifications) in cancel() 178 …val notifications = metadata.optJSONArray(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOTIFI… in cancelAll() 183 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOTIFICATION_IDS, null) in cancelAll() 184 metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_UNREAD_REMOTE_NOTIFICATIONS, null) in cancelAll() 235 …metadata.put(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_SCHEDULED_NOTIFICATION_IDS, notific… in schedule() [all …]
|
| H A D | ExponentNotificationIntentService.kt | 13 import host.exp.exponent.storage.ExponentSharedPreferences 26 abstract fun getSharedPrefsKey(): ExponentSharedPreferences.ExponentSharedPreferencesKey in getToken() 31 lateinit var exponentSharedPreferences: ExponentSharedPreferences in getToken()
|
| H A D | NotificationHelper.kt | 33 import host.exp.exponent.storage.ExponentSharedPreferences 89 exponentSharedPreferences: ExponentSharedPreferences, in getPushNotificationToken() 100 …return (exponentSharedPreferences.getString(ExponentSharedPreferences.ExponentSharedPreferencesKey… in getPushNotificationToken() 104 …al sharedPreferencesToken = exponentSharedPreferences.getString(ExponentSharedPreferences.Exponent… in getPushNotificationToken()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/referrer/ |
| H A D | InstallReferrerReceiver.kt | 10 import host.exp.exponent.storage.ExponentSharedPreferences 15 lateinit var exponentSharedPreferences: ExponentSharedPreferences 31 …exponentSharedPreferences.setString(ExponentSharedPreferences.ExponentSharedPreferencesKey.REFERRE… in onReceive()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/fcm/ |
| H A D | FcmRegistrationIntentService.kt | 7 import host.exp.exponent.storage.ExponentSharedPreferences in <lambda>() 22 override fun getSharedPrefsKey(): ExponentSharedPreferences.ExponentSharedPreferencesKey { in <lambda>() 23 return ExponentSharedPreferences.ExponentSharedPreferencesKey.FCM_TOKEN_KEY in <lambda>()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedServerRegistrationModule.kt | 5 import host.exp.exponent.storage.ExponentSharedPreferences 10 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedServerRegistrationModule.kt | 7 import host.exp.exponent.storage.ExponentSharedPreferences 12 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedServerRegistrationModule.kt | 7 import host.exp.exponent.storage.ExponentSharedPreferences 12 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedServerRegistrationModule.kt | 7 import host.exp.exponent.storage.ExponentSharedPreferences 12 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/expoview/src/main/java/host/exp/exponent/di/ |
| H A D | NativeModuleDepsProvider.kt | 16 import host.exp.exponent.storage.ExponentSharedPreferences 35 val mExponentSharedPreferences: ExponentSharedPreferences = ExponentSharedPreferences(mContext)
|
| /expo/android/expoview/src/main/java/host/exp/exponent/network/ |
| H A D | ExponentNetwork.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 18 val exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExpoApplication.kt | 15 import host.exp.exponent.storage.ExponentSharedPreferences 26 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| H A D | ExpoUpdatesAppLoader.kt | 35 import host.exp.exponent.storage.ExponentSharedPreferences 68 lateinit var exponentSharedPreferences: ExponentSharedPreferences 241 ExponentSharedPreferences.EXPERIENCE_METADATA_LOADING_ERROR in startLoaderTask()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 22 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 22 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 22 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 6 import host.exp.exponent.storage.ExponentSharedPreferences 22 lateinit var exponentSharedPreferences: ExponentSharedPreferences
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | DevMenuManager.kt | 28 import host.exp.exponent.storage.ExponentSharedPreferences 48 internal lateinit var exponentSharedPreferences: ExponentSharedPreferences 235 …return exponentSharedPreferences.getBoolean(ExponentSharedPreferences.ExponentSharedPreferencesKey… in isOnboardingFinished() 242 …exponentSharedPreferences.setBoolean(ExponentSharedPreferences.ExponentSharedPreferencesKey.IS_ONB… in setIsOnboardingFinished()
|
| H A D | Kernel.kt | 58 import host.exp.exponent.storage.ExponentSharedPreferences in <lambda>() 104 lateinit var exponentSharedPreferences: ExponentSharedPreferences in <lambda>() 203 …exponentSharedPreferences.getBoolean(ExponentSharedPreferences.ExponentSharedPreferencesKey.SHOULD… in <lambda>() 206 …exponentSharedPreferences.getString(ExponentSharedPreferences.ExponentSharedPreferencesKey.KERNEL_… in <lambda>() 228 ExponentSharedPreferences.ExponentSharedPreferencesKey.KERNEL_REVISION_ID, in <lambda>() 270 ExponentSharedPreferences.ExponentSharedPreferencesKey.SHOULD_NOT_USE_KERNEL_CACHE, in <lambda>() 344 …val referrer = exponentSharedPreferences.getString(ExponentSharedPreferences.ExponentSharedPrefere… in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/modules/ |
| H A D | ExponentKernelModule.kt | 16 import host.exp.exponent.storage.ExponentSharedPreferences 29 lateinit var exponentSharedPreferences: ExponentSharedPreferences 70 …val sessionString = exponentSharedPreferences.getString(ExponentSharedPreferences.ExponentSharedPr… in getSessionAsync()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentSharedPreferences.kt | 14 class ExponentSharedPreferences constructor(val context: Context) { class 117 private val TAG = ExponentSharedPreferences::class.java.simpleName
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | ReactNativeActivity.kt | 39 import host.exp.exponent.storage.ExponentSharedPreferences in <lambda>() 93 protected lateinit var exponentSharedPreferences: ExponentSharedPreferences in <lambda>() 445 if (metadata.has(ExponentSharedPreferences.EXPERIENCE_METADATA_UNREAD_REMOTE_NOTIFICATIONS)) { in <lambda>() 448 … metadata.getJSONArray(ExponentSharedPreferences.EXPERIENCE_METADATA_UNREAD_REMOTE_NOTIFICATIONS) in <lambda>() 453 metadata.remove(ExponentSharedPreferences.EXPERIENCE_METADATA_UNREAD_REMOTE_NOTIFICATIONS) in <lambda>()
|