Searched refs:mIsDeviceProvisioned (Results 1 – 4 of 4) sorted by relevance
36 private boolean mIsDeviceProvisioned = false; field in DeviceStateCacheImpl40 return mIsDeviceProvisioned; in isDeviceProvisioned()46 mIsDeviceProvisioned = provisioned; in setDeviceProvisioned()54 pw.println("Device provisioned: " + mIsDeviceProvisioned); in dump()
69 private boolean mIsDeviceProvisioned; field in PartialConversationInfo120 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()157 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
107 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo222 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()294 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
126 private boolean mIsDeviceProvisioned; field in NotificationInfo228 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()346 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()