Home
last modified time | relevance | path

Searched refs:ExponentSharedPreferences (Results 1 – 25 of 31) sorted by relevance

12

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/
H A DPermissionsKernelService.kt9 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 DExpoKernelServiceRegistry.kt7 import host.exp.exponent.storage.ExponentSharedPreferences
11 exponentSharedPreferences: ExponentSharedPreferences
H A DErrorRecoveryManager.kt6 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 DExponentNotificationManager.kt15 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 DExponentNotificationIntentService.kt13 import host.exp.exponent.storage.ExponentSharedPreferences
26 abstract fun getSharedPrefsKey(): ExponentSharedPreferences.ExponentSharedPreferencesKey in getToken()
31 lateinit var exponentSharedPreferences: ExponentSharedPreferences in getToken()
H A DNotificationHelper.kt33 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 DInstallReferrerReceiver.kt10 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 DFcmRegistrationIntentService.kt7 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 DScopedServerRegistrationModule.kt5 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 DScopedServerRegistrationModule.kt7 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 DScopedServerRegistrationModule.kt7 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 DScopedServerRegistrationModule.kt7 import host.exp.exponent.storage.ExponentSharedPreferences
12 lateinit var exponentSharedPreferences: ExponentSharedPreferences
/expo/android/expoview/src/main/java/host/exp/exponent/di/
H A DNativeModuleDepsProvider.kt16 import host.exp.exponent.storage.ExponentSharedPreferences
35 val mExponentSharedPreferences: ExponentSharedPreferences = ExponentSharedPreferences(mContext)
/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DExponentNetwork.kt6 import host.exp.exponent.storage.ExponentSharedPreferences
18 val exponentSharedPreferences: ExponentSharedPreferences
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoApplication.kt15 import host.exp.exponent.storage.ExponentSharedPreferences
26 lateinit var exponentSharedPreferences: ExponentSharedPreferences
H A DExpoUpdatesAppLoader.kt35 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 DConstantsBinding.kt6 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 DConstantsBinding.kt6 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 DConstantsBinding.kt6 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 DConstantsBinding.kt6 import host.exp.exponent.storage.ExponentSharedPreferences
22 lateinit var exponentSharedPreferences: ExponentSharedPreferences
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DDevMenuManager.kt28 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 DKernel.kt58 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 DExponentKernelModule.kt16 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 DExponentSharedPreferences.kt14 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 DReactNativeActivity.kt39 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>()

12