Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfToXmlMigrationUtilTest.java40 private static final int TEST_CHANNEL = 0; field in SoftApConfToXmlMigrationUtilTest
52 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
175 TEST_CHANNEL, /* AP channel */ in testConversion()
182 TEST_CHANNEL, /* AP channel */ in testConversion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt75 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
262 const val TEST_CHANNEL = "test_channel" constant
DPartialConversationInfoTest.java78 private static final String TEST_CHANNEL = "test_channel"; field in PartialConversationInfoTest
143 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
DNotificationConversationInfoTest.java112 private static final String TEST_CHANNEL = "test_channel"; field in NotificationConversationInfoTest
202 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
228 TEST_CHANNEL + " : " + CONVERSATION_ID, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
229 mConversationChannel.setConversationId(TEST_CHANNEL, CONVERSATION_ID); in setUp()
231 anyString(), eq(TEST_CHANNEL), eq(false), eq(CONVERSATION_ID))) in setUp()
DNotificationInfoTest.java94 private static final String TEST_CHANNEL = "test_channel"; field in NotificationInfoTest
158 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()