/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorSubscriptionController.java | 235 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/ |
D | KernelWakelockReaderTest.java | 68 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/ |
D | JobPackageTracker.java | 81 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/ |
D | KernelWakelockReader.java | 205 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/ |
D | AudioInputDescriptor.h | 87 int32_t activeCount() { return mGlobalActiveCount; } in activeCount() function
|
/frameworks/av/include/media/ |
D | VolumeShaper.h | 910 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/ |
D | LiveSession.cpp | 2169 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/ |
D | PackageInstallerService.java | 594 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal() local 595 if (activeCount >= MAX_ACTIVE_SESSIONS) { in createSessionInternal()
|
D | PackageInstallerSession.java | 2032 int activeCount; in closeInternal() local 2038 activeCount = mActiveCount.decrementAndGet(); in closeInternal() 2041 if (activeCount == 0) { in closeInternal()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 2241 if (status == NO_ERROR && inputDesc->activeCount() == 1) { in startInput()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 26812 HSPLjava/lang/Thread;->activeCount()I 26842 HSPLjava/lang/ThreadGroup;->activeCount()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 42069 method public static int activeCount(); 42137 method public int activeCount();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 62236 method public static int activeCount(); 62302 method public int activeCount();
|
/frameworks/base/api/ |
D | current.txt | 62380 method public static int activeCount(); 62446 method public int activeCount();
|