OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeIconArg
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java
273
ArgumentCaptor<Integer>
typeIconArg
= ArgumentCaptor.forClass(Integer.class);
281
typeIconArg
.capture(), dataInArg.capture(), dataOutArg.capture(),
289
assertEquals("Data icon in, quick settings", typeIcon, (int)
typeIconArg
.getValue());
298
ArgumentCaptor<Integer>
typeIconArg
= ArgumentCaptor.forClass(Integer.class);
304
typeIconArg
.capture(),
314
assertEquals("Data icon in status bar", typeIcon, (int)
typeIconArg
.getValue());
CallbackHandlerTest.java
111
ArgumentCaptor<Integer>
typeIconArg
= ArgumentCaptor.forClass(Integer.class);
120
qsArg.capture(),
typeIconArg
.capture(), qsTypeIconArg.capture(), inArg.capture(),
125
assertEquals(type, (int)
typeIconArg
.getValue());
Completed in 67 milliseconds