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