Home
last modified time | relevance | path

Searched refs:NOTIFICATION_STATUS_NO (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java91 private static final int NOTIFICATION_STATUS_NO = 0; field in CarWatchdogTestFragment
97 NOTIFICATION_STATUS_NO,
537 mNotificationStatus = NOTIFICATION_STATUS_NO; in expectNewNotification()
551 while (mNotificationStatus == NOTIFICATION_STATUS_NO && now < deadline) { in isValidNotificationReceived()
563 if (mNotificationStatus == NOTIFICATION_STATUS_NO) { in isValidNotificationReceived()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java232 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_NO) { in handleRegistration()
DBluetoothMapAppParams.java117 public static final int NOTIFICATION_STATUS_NO = 0; field in BluetoothMapAppParams
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java346 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withNullHandler()
360 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withInvalidMnsRecord()
374 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withValidMnsRecord()