Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DMicPrivacyChipViewControllerTest.java229 mMicPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onPrivacyItemsChanged_qsTileNotifyUpdateRunnableExecuted()
276 mMicPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onSensorPrivacyChanged_qsTileNotifyUpdateRunnableExecuted()
DCameraPrivacyChipViewControllerTest.java229 mCameraPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onPrivacyItemsChanged_qsTileNotifyUpdateRunnableExecuted()
276 mCameraPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onSensorPrivacyChanged_qsTileNotifyUpdateRunnableExecuted()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DPrivacyChipViewController.java155 public void setNotifyUpdateRunnable(Runnable runnable) { in setNotifyUpdateRunnable() method in PrivacyChipViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DSensorQcPanel.java275 void setNotifyUpdateRunnable(Runnable runnable); in setNotifyUpdateRunnable() method