Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java235 int activeCount = 0; in updateUserPreferences() local
262 activeCount++; in updateUserPreferences()
266 logd("updateUserPreferences:: active sub count = " + activeCount + " dds = " in updateUserPreferences()
272 if (activeCount == 1) { in updateUserPreferences()
284 || activeCount == 1) && !isSubProvisioned(defaultSmsSubId)) { in updateUserPreferences()
289 || activeCount == 1) && !isSubProvisioned(defaultVoiceSubId)) { in updateUserPreferences()
298 if (!isNonSimAccountFound() && activeCount == 1) { in updateUserPreferences()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelWakelockReaderTest.java68 private WakeLockInfo createWakeLockInfo(String name, int activeCount, long totalTime) { in createWakeLockInfo() argument
71 info.activeCount = activeCount; in createWakeLockInfo()
/frameworks/base/services/core/java/com/android/server/job/
DJobPackageTracker.java81 int activeCount; field in JobPackageTracker.PackageEntry
191 pe.activeCount++; in incActive()
265 outPe.activeCount += pe.activeCount; in addTo()
341 printDuration(pw, period, pe.getActiveTime(now), pe.activeCount, "active"); in dump()
407 pe.getActiveTime(now), pe.activeCount); in dump()
/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockReader.java205 staleStats.put(info.name, new KernelWakelockStats.Entry((int) info.activeCount, in updateWakelockStats()
209 kwlStats.mCount = (int) info.activeCount; in updateWakelockStats()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioInputDescriptor.h87 int32_t activeCount() { return mGlobalActiveCount; } in activeCount() function
/frameworks/av/include/media/
DVolumeShaper.h910 size_t activeCount = 0; in getVolume() local
915 activeCount += shaperVolume.second; in getVolume()
918 mLastVolume = std::make_pair(volume, activeCount != 0); in getVolume()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2169 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local
2170 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()
2208 ++activeCount; in checkBuffering()
2234 if (activeCount > 0) { in checkBuffering()
2235 up = (upCount == activeCount); in checkBuffering()
2237 ready = (readyCount == activeCount); in checkBuffering()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java594 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal() local
595 if (activeCount >= MAX_ACTIVE_SESSIONS) { in createSessionInternal()
DPackageInstallerSession.java2032 int activeCount; in closeInternal() local
2038 activeCount = mActiveCount.decrementAndGet(); in closeInternal()
2041 if (activeCount == 0) { in closeInternal()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2241 if (status == NO_ERROR && inputDesc->activeCount() == 1) { in startInput()
/frameworks/base/config/
Dboot-image-profile.txt26812 HSPLjava/lang/Thread;->activeCount()I
26842 HSPLjava/lang/ThreadGroup;->activeCount()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42069 method public static int activeCount();
42137 method public int activeCount();
/frameworks/base/non-updatable-api/
Dcurrent.txt62236 method public static int activeCount();
62302 method public int activeCount();
/frameworks/base/api/
Dcurrent.txt62380 method public static int activeCount();
62446 method public int activeCount();