Home
last modified time | relevance | path

Searched refs:TEST_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastInternalReceiverTest.java52 private static final int TEST_NOTIFICATION_ID = 0x123; field in CellBroadcastInternalReceiverTest
73 doReturn(TEST_NOTIFICATION_ID).when(mIntent).getIntExtra( in testOnReceive_actionMarkAsRead()
82 verify(mockNotificationManager).cancel(TEST_NOTIFICATION_ID); in testOnReceive_actionMarkAsRead()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java51 private static final int TEST_NOTIFICATION_ID = 1000000; field in PbapStateMachineTest
87 TEST_NOTIFICATION_ID); in setUp()