/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | MetaKeyKeyListener.java | 161 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 D | BroadcastQueueModernImplTest.java | 755 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 D | CpuUsageInfo.java | 52 public long getActive() { in getActive() method in CpuUsageInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | HardwarePropertiesManagerService.java | 150 ", active = " + cpuUsageInfos[i].getActive() + in dump()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastQueueModernImpl.java | 334 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 D | BroadcastProcessQueue.java | 302 final BroadcastRecord record = getActive(); in reEnqueueActiveBroadcast() 729 public @NonNull BroadcastRecord getActive() { in getActive() method in BroadcastProcessQueue
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 5582 HSPLandroidx/compose/ui/layout/LayoutNodeSubcompositionsState$NodeState;->getActive()Z
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 1492 HSPLcom/android/server/am/BroadcastProcessQueue;->getActive()Lcom/android/server/am/BroadcastRecord;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53300 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 D | current.txt | 32774 method public long getActive();
|