Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceStateCacheImpl.java49 private boolean mIsDeviceProvisioned = false; field in DeviceStateCacheImpl
53 return mIsDeviceProvisioned; in isDeviceProvisioned()
59 mIsDeviceProvisioned = provisioned; in setDeviceProvisioned()
107 pw.println("Device provisioned: " + mIsDeviceProvisioned); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java58 private boolean mIsDeviceProvisioned; field in PartialConversationInfo
100 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
137 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
H A DNotificationConversationInfo.java108 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo
226 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
303 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
H A DNotificationInfo.java126 private boolean mIsDeviceProvisioned; field in NotificationInfo
230 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
361 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()