Home
last modified time | relevance | path

Searched refs:mRestartCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java164 private int mRestartCount = 0; field in HotwordDetectionConnection
592 mRestartCount++; in restartProcessLocked()
788 pw.println(mRestartCount); in dump()
821 mRestartCount % MAX_ISOLATED_PROCESS_NUMBER, mDetectionServiceType); in createLocked()
/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java61 int mRestartCount; // number of times we tried before bringing up it successfully. field in ContentProviderRecord
DContentProviderHelper.java797 dst.mRestartCount = 0; in publishContentProviders()
1791 if (inLaunching && !always && ++cpr.mRestartCount > ContentProviderRecord.MAX_RETRY_COUNT) { in removeDyingProviderLocked()
1865 cpr.mRestartCount = 0; in removeDyingProviderLocked()
1893 if (++cpr.mRestartCount > ContentProviderRecord.MAX_RETRY_COUNT) { in cleanupAppInLaunchingProvidersLocked()