Home
last modified time | relevance | path

Searched refs:STATE_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1670 if (service != null || gates[mCacheIndex] == ContextImpl.STATE_NOT_FOUND) { in getService()
1698 @ServiceInitializationState int newState = ContextImpl.STATE_NOT_FOUND; in getService()
DContextImpl.java284 static final int STATE_NOT_FOUND = 3; field in ContextImpl
291 STATE_NOT_FOUND,