Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DDataSubscriptionUnseenIconController.java37 public class DataSubscriptionUnseenIconController extends class
43 DataSubscriptionUnseenIconController(@Assisted CarSystemBarImageView view, in DataSubscriptionUnseenIconController() method in DataSubscriptionUnseenIconController
58 DataSubscriptionUnseenIconController> {
DCarSystemBarModule.java177 @ClassKey(DataSubscriptionUnseenIconController.class)
179 DataSubscriptionUnseenIconController.Factory factory); in bindDataSubscriptionUnseenIconController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DDataSubscriptionUnseenIconControllerTest.java52 private DataSubscriptionUnseenIconController mController;
67 mController = new DataSubscriptionUnseenIconController(mView, in setUp()