Searched refs:mIsDeviceProvisioned (Results 1 – 4 of 4) sorted by relevance
49 private boolean mIsDeviceProvisioned = false; field in DeviceStateCacheImpl53 return mIsDeviceProvisioned; in isDeviceProvisioned()59 mIsDeviceProvisioned = provisioned; in setDeviceProvisioned()107 pw.println("Device provisioned: " + mIsDeviceProvisioned); in dump()
56 private boolean mIsDeviceProvisioned; field in PartialConversationInfo96 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()132 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
109 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo227 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()304 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
124 private boolean mIsDeviceProvisioned; field in NotificationInfo225 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()343 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()