OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profileusagestatsavrcp
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
MetricsLoggerTest.java
63
ProfileConnectionStats
profileUsageStatsAvrcp
= metricsProto.getProfileConnectionStats(0);
64
Assert.assertEquals(ProfileId.AVRCP,
profileUsageStatsAvrcp
.getProfileId());
65
Assert.assertEquals(1,
profileUsageStatsAvrcp
.getNumTimesConnected());
Completed in 2638 milliseconds