Searched defs:activeOnly (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | SelfParticipantsData.java | 59 public List<ParticipantData> getSelfParticipants(final boolean activeOnly) { in getSelfParticipants() 96 public int getSelfParticipantsCountExcludingDefault(final boolean activeOnly) { in getSelfParticipantsCountExcludingDefault()
|
H A D | ConversationData.java | 567 public List<ParticipantData> getSelfParticipants(final boolean activeOnly) { in getSelfParticipants() 571 public int getSelfParticipantsCountExcludingDefault(final boolean activeOnly) { in getSelfParticipantsCountExcludingDefault()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionStack.java | 372 public List<MediaSessionRecord> getPriorityList(boolean activeOnly, int userId) { in getPriorityList()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ProcessStats.java | 1516 boolean dumpDetails, boolean dumpAll, boolean activeOnly, int section) { in dumpLocked() 1864 public void dumpSummaryLocked(PrintWriter pw, String reqPackage, long now, boolean activeOnly) { in dumpSummaryLocked() 1970 int[] sortProcStates, long now, long totalTime, String reqPackage, boolean activeOnly) { in dumpFilteredSummaryLocked() 1985 boolean activeOnly) { in collectProcessesLocked() 2310 private void collectProcessPackageMaps(String reqPackage, boolean activeOnly, in collectProcessPackageMaps()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioInputDescriptor.cpp | 406 RecordClientVector AudioInputDescriptor::clientsList(bool activeOnly, audio_source_t source, in clientsList()
|
H A D | AudioOutputDescriptor.cpp | 226 TrackClientVector AudioOutputDescriptor::clientsList(bool activeOnly, product_strategy_t strategy, in clientsList()
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 2947 bool activeOnly = true; in selectOutputForMusicEffects() local
|