Home
last modified time | relevance | path

Searched refs:mCurrentInputMethodSet (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java152 boolean mCurrentInputMethodSet = false; field in DevicePolicyData
352 if (policyData.mCurrentInputMethodSet) { in store()
551 policy.mCurrentInputMethodSet = true; in load()
H A DDevicePolicyManagerService.java8764 policyData.mCurrentInputMethodSet = false;
8920 policyData.mCurrentInputMethodSet = false;
12501 getUserData(callingUserId).mCurrentInputMethodSet = true;
12763 getUserData(userId).mCurrentInputMethodSet = false;
15734 return getUserData(caller.getUserId()).mCurrentInputMethodSet;