Home
last modified time | relevance | path

Searched refs:getActive (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java161 return getActive(text, CAP, META_SHIFT_ON, META_CAP_LOCKED) | in getMetaState()
162 getActive(text, ALT, META_ALT_ON, META_ALT_LOCKED) | in getMetaState()
163 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) | in getMetaState()
164 getActive(text, SELECTING, META_SELECTING, META_SELECTING); in getMetaState()
203 return getActive(text, CAP, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState()
206 return getActive(text, ALT, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState()
209 return getActive(text, SYM, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState()
212 return getActive(text, SELECTING, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState()
250 private static int getActive(CharSequence text, Object meta, in getActive() method in MetaKeyKeyListener
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
H A DMicPrivacyElementsProviderImpl.java191 if (it1.getActive() && !it2.getActive()) { in compare()
193 } else if (!it1.getActive() && it2.getActive()) { in compare()
H A DMicQcPanel.java113 .filter(PrivacyDialog.PrivacyElement::getActive) in getQCItem()
118 .filter(privacyElement -> !privacyElement.getActive()) in getQCItem()
168 if (element.getActive()) { in addPrivacyElementsToQcList()
188 if (!element.getActive()) return; in addPrivacyElementsToQcList()
/aosp12/frameworks/base/core/java/android/os/
H A DCpuUsageInfo.java52 public long getActive() { in getActive() method in CpuUsageInfo
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java145 ", active = " + cpuUsageInfos[i].getActive() + in dump()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/privacy/
H A DMicQcPanelTest.java270 when(element.getActive()).thenReturn(active); in getPrivacyElement()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56623 Landroid/telephony/data/DataCallResponse;->getActive()I
59698 Landroid/text/method/MetaKeyKeyListener;->getActive(Ljava/lang/CharSequence;Ljava/lang/Object;II)I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt30974 method public long getActive();