Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java132 private boolean mIsDeviceProvisioned; field in NotificationInfo
307 mIsDeviceProvisioned = isDeviceProvisioned; in bindNotification()
436 if (mAppUid >= 0 && mOnSettingsClickListener != null && mIsDeviceProvisioned) { in getSettingsOnClickListener()