Searched refs:TEST_CHANNEL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtilTest.java | 40 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/ |
D | ChannelEditorDialogControllerTest.kt | 75 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup() 262 const val TEST_CHANNEL = "test_channel" constant
|
D | PartialConversationInfoTest.java | 78 private static final String TEST_CHANNEL = "test_channel"; field in PartialConversationInfoTest 143 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
|
D | NotificationConversationInfoTest.java | 112 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()
|
D | NotificationInfoTest.java | 94 private static final String TEST_CHANNEL = "test_channel"; field in NotificationInfoTest 158 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
|