Searched refs:mInvariantDeviceProfile (Results 1 – 1 of 1) sorted by relevance
55 private final InvariantDeviceProfile mInvariantDeviceProfile; field in LauncherAppState79 mInvariantDeviceProfile = InvariantDeviceProfile.INSTANCE.get(mContext); in LauncherAppState()80 mIconCache = new IconCache(mContext, mInvariantDeviceProfile); in LauncherAppState()102 mInvariantDeviceProfile.addOnChangeListener(this::onIdpChanged); in LauncherAppState()103 new Handler().post( () -> mInvariantDeviceProfile.verifyConfigChangedInBackground(context)); in LauncherAppState()169 return mInvariantDeviceProfile; in getInvariantDeviceProfile()