Home
last modified time | relevance | path

Searched defs:settingsButton (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSFooterImplTest.java65 View settingsButton = mFooter.findViewById(id.settings_button); in testSettings_UserNotSetup() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java483 final View settingsButton = mNotificationInfo.findViewById(R.id.info); in testBindNotification_SetsOnClickListenerForSettings() local
506 final View settingsButton = mNotificationInfo.findViewById(R.id.info); in testBindNotification_SettingsButtonInvisibleWhenNoClickListener() local
530 final View settingsButton = mNotificationInfo.findViewById(R.id.info); in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned() local
566 final View settingsButton = mNotificationInfo.findViewById(R.id.info); in testBindNotification_SettingsButtonReappearsAfterSecondBind() local
DAppOpsInfoTest.java125 final View settingsButton = mAppOpsInfo.findViewById(R.id.settings); in testBindNotification_SetsOnClickListenerForSettings() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java430 final View settingsButton = findViewById(R.id.info); in bindHeader() local