Searched refs:mRestartCount (Results 1 – 3 of 3) sorted by relevance
164 private int mRestartCount = 0; field in HotwordDetectionConnection592 mRestartCount++; in restartProcessLocked()788 pw.println(mRestartCount); in dump()821 mRestartCount % MAX_ISOLATED_PROCESS_NUMBER, mDetectionServiceType); in createLocked()
61 int mRestartCount; // number of times we tried before bringing up it successfully. field in ContentProviderRecord
797 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()