Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java755 assertEquals(Intent.ACTION_TIME_TICK, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
759 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
811 queue.getActive().intent.getAction()); in testUrgentStarvation()
816 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testUrgentStarvation()
875 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testOffloadStarvation()
879 queue.getActive().intent.getAction()); in testOffloadStarvation()
935 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
937 assertEquals(Intent.ACTION_TIME_TICK, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
943 queue.getActive().intent.getAction()); in testPrioritizeEarliest()
1445 final BroadcastRecord activeRecord = queue.getActive(); in testVerifyEnqueuedTime_withReplacePending()
[all …]
/aosp14/frameworks/base/core/java/android/os/
H A DCpuUsageInfo.java52 public long getActive() { in getActive() method in CpuUsageInfo
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java150 ", active = " + cpuUsageInfos[i].getActive() + in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueueModernImpl.java334 if (mRunning[i] != null && mRunning[i].getActive().isUrgent()) { in getRunningUrgentCount()
579 final BroadcastRecord record = queue.getActive(); in reEnqueueActiveBroadcast()
875 final BroadcastRecord r = queue.getActive(); in scheduleReceiverColdLocked()
942 final BroadcastRecord r = queue.getActive(); in scheduleReceiverWarmLocked()
1204 final BroadcastRecord r = queue.getActive(); in finishReceiverLocked()
1286 final BroadcastRecord r = queue.getActive(); in finishReceiverActiveLocked()
H A DBroadcastProcessQueue.java302 final BroadcastRecord record = getActive(); in reEnqueueActiveBroadcast()
729 public @NonNull BroadcastRecord getActive() { in getActive() method in BroadcastProcessQueue
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof5582 HSPLandroidx/compose/ui/layout/LayoutNodeSubcompositionsState$NodeState;->getActive()Z
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile1492 HSPLcom/android/server/am/BroadcastProcessQueue;->getActive()Lcom/android/server/am/BroadcastRecord;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53300 Landroid/telephony/data/DataCallResponse;->getActive()I
56375 Landroid/text/method/MetaKeyKeyListener;->getActive(Ljava/lang/CharSequence;Ljava/lang/Object;II)I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32774 method public long getActive();