Searched refs:mNotifListenerButton (Results 1 – 1 of 1) sorted by relevance
49 private Button mNotifListenerButton; field in SignInActivity64 mNotifListenerButton = findViewById(R.id.notifications_button); in onCreate()65 mNotifListenerButton.setOnClickListener(v -> onRequestNotificationListenerAccess()); in onCreate()103 mNotifListenerButton.setVisibility(!mInteractionService.isNotificationListener() in updateSetupStatus()