Searched refs:mNotificationActionReceiver (Results 1 – 3 of 3) sorted by relevance
66 BroadcastReceiver mNotificationActionReceiver; field in WindowMagnificationPromptController155 if (mNotificationActionReceiver != null) { in registerReceiverIfNeeded()158 mNotificationActionReceiver = new NotificationActionReceiver(); in registerReceiverIfNeeded()162 mContext.registerReceiver(mNotificationActionReceiver, intentFilter, in registerReceiverIfNeeded()184 if (mNotificationActionReceiver == null) { in unregisterReceiverIfNeeded()187 mContext.unregisterReceiver(mNotificationActionReceiver); in unregisterReceiverIfNeeded()188 mNotificationActionReceiver = null; in unregisterReceiverIfNeeded()
144 private BroadcastReceiver mNotificationActionReceiver; field in MenuViewLayer621 if (mNotificationActionReceiver != null) { in registerReceiverIfNeeded()624 mNotificationActionReceiver = new MenuNotificationActionReceiver(); in registerReceiverIfNeeded()628 getContext().registerReceiver(mNotificationActionReceiver, intentFilter, in registerReceiverIfNeeded()633 if (mNotificationActionReceiver == null) { in unregisterReceiverIfNeeded()636 getContext().unregisterReceiver(mNotificationActionReceiver); in unregisterReceiverIfNeeded()637 mNotificationActionReceiver = null; in unregisterReceiverIfNeeded()
177 mReceiver = mWindowMagnificationPromptController.mNotificationActionReceiver; in showNotificationAndAssert()