Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
H A DMicQcPanel.java87 mMicSensorInfoProvider.setNotifyUpdateRunnable(() -> notifyChange()); in setControllers()
244 void setNotifyUpdateRunnable(Runnable runnable); in setNotifyUpdateRunnable() method
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewControllerTest.java235 mPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onPrivacyItemsChanged_qsTileNotifyUpdateRunnableExecuted()
282 mPrivacyChipViewController.setNotifyUpdateRunnable(mQsTileNotifyUpdateRunnable); in onSensorPrivacyChanged_qsTileNotifyUpdateRunnableExecuted()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewController.java191 public void setNotifyUpdateRunnable(Runnable runnable) { in setNotifyUpdateRunnable() method in PrivacyChipViewController