Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java267 private boolean mIsExplicitDeviceId = false; field in ContextImpl
2830 context.mIsExplicitDeviceId = true; in createDeviceContext()
3081 if (mIsExplicitDeviceId) { in updateDeviceIdIfChanged()
3104 if (mIsExplicitDeviceId) { in updateDeviceId()
3433 mIsExplicitDeviceId = container.mIsExplicitDeviceId; in ContextImpl()