Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java56 private boolean mIsDeviceProvisioned; field in PartialConversationInfo
96 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
132 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
DNotificationConversationInfo.java109 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo
227 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
304 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
DNotificationInfo.java124 private boolean mIsDeviceProvisioned; field in NotificationInfo
225 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
343 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()