Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceStateCacheImpl.java36 private boolean mIsDeviceProvisioned = false; field in DeviceStateCacheImpl
40 return mIsDeviceProvisioned; in isDeviceProvisioned()
46 mIsDeviceProvisioned = provisioned; in setDeviceProvisioned()
54 pw.println("Device provisioned: " + mIsDeviceProvisioned); in dump()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java69 private boolean mIsDeviceProvisioned; field in PartialConversationInfo
120 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
157 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
H A DNotificationConversationInfo.java107 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo
222 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
294 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
H A DNotificationInfo.java126 private boolean mIsDeviceProvisioned; field in NotificationInfo
228 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
346 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()