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()
58 private boolean mIsDeviceProvisioned; field in PartialConversationInfo100 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()137 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
108 private boolean mIsDeviceProvisioned; field in NotificationConversationInfo226 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()303 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()
126 private boolean mIsDeviceProvisioned; field in NotificationInfo230 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()361 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()