Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/framework/common/
H A DContexts.kt33 val Context.activityManager get() = getSystemService(ActivityManager::class.java)!! regex
36 val Context.alarmManager get() = getSystemService(AlarmManager::class.java)!! regex
39 val Context.appHibernationManager get() = getSystemService(AppHibernationManager::class.java)!! regex
42 val Context.appOpsManager get() = getSystemService(AppOpsManager::class.java)!! regex
45 val Context.crossProfileApps get() = getSystemService(CrossProfileApps::class.java)!! regex
48 val Context.devicePolicyManager get() = getSystemService(DevicePolicyManager::class.java)!! regex
51 val Context.domainVerificationManager regex
55 val Context.permissionControllerManager regex
59 val Context.storageStatsManager get() = getSystemService(StorageStatsManager::class.java)!! regex
62 val Context.userManager get() = getSystemService(UserManager::class.java)!! regex
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractor.kt177 private fun Context.getFinalAttemptMessageOrBlank( regex
189 private fun Context.getLastAttemptBeforeWipeMessage( regex
201 private fun Context.getLastAttemptBeforeWipeDeviceMessage( regex
216 private fun Context.getLastAttemptBeforeWipeProfileMessage( regex
245 private fun Context.getLastAttemptBeforeWipeUserMessage( regex
260 private fun Context.getNowWipingMessage( regex
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/theme/
H A DSettingsFontFamily.kt36 private fun Context.getSettingsFontFamily(): SettingsFontFamily { regex
49 private fun Context.getFontFamily( regex
62 private fun Context.getAndroidConfig(configName: String): String { regex
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DStringPool.h69 Context(uint32_t p, const android::ConfigDescription& c) : priority(p), config(c) { in Context() function
71 explicit Context(uint32_t p) : priority(p) { in Context() function
73 explicit Context(const android::ConfigDescription& c) : priority(kNormalPriority), config(c) { in Context() function
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModel.kt141 private fun Context.asBadCredentialErrorMessage(prompt: BiometricPromptRequest?): String = regex
160 private fun Context.asLockIcon(userId: Int): Drawable { regex
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DMessageFormats.kt29 fun Context.formatString(@StringRes resId: Int, vararg arguments: Pair<String, Any>): String = regex
/aosp14/frameworks/base/errorprone/tests/res/android/content/
H A DContext.java19 public class Context { class
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DSettingsScaffold.kt77 private fun Context.getActivity(): Activity? = when (this) { regex
/aosp14/system/core/toolbox/
H A Dgetprop.cpp34 Context, enumerator
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.cpp211 class Context : public IAaptContext { class
213 Context() : mangler_({}), symbols_(&mangler_) { in Context() function in aapt::Context
/aosp14/frameworks/base/tools/aapt2/test/
H A DContext.h36 Context() : name_mangler_({}), symbols_(&name_mangler_), min_sdk_version_(0) {} in Context() function
/aosp14/frameworks/base/libs/androidfw/
H A DStringPool.cpp300 const std::function<int(const StringPool::Context&, const StringPool::Context&)>& cmp) { in SortEntries()
317 void StringPool::Sort(const std::function<int(const Context&, const Context&)>& cmp) { in Sort()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt408 private fun Context.getPermGroupIcon(groupName: String): Drawable { regex
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationEnforcerTest.kt732 private fun Context.initPermission(boolean: AtomicBoolean, permission: String) { regex
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java570 QuadFunction<V, Context, Integer, PolicyKey, Boolean> policyEnforcerCallback, in PolicyDefinition() argument
583 QuadFunction<V, Context, Integer, PolicyKey, Boolean> policyEnforcerCallback, in PolicyDefinition() argument
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java124 public abstract class Context { class
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...