Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderHelper.java642 ContentResolver.CONTENT_PROVIDER_READY_TIMEOUT_MILLIS); in getContentProviderImpl()
655 SystemClock.uptimeMillis() + ContentResolver.CONTENT_PROVIDER_READY_TIMEOUT_MILLIS; in getContentProviderImpl()
/frameworks/base/core/java/android/content/
DContentResolver.java794 public static final int CONTENT_PROVIDER_READY_TIMEOUT_MILLIS = field in ContentResolver
805 CONTENT_PROVIDER_READY_TIMEOUT_MILLIS + CONTENT_PROVIDER_TIMEOUT_MILLIS;
/frameworks/base/core/java/android/app/
DActivityThread.java7852 key.mLock.wait(ContentResolver.CONTENT_PROVIDER_READY_TIMEOUT_MILLIS); in acquireProvider()