Searched defs:UUID_GMCS (Results 1 – 1 of 1) sorted by relevance
65 private static final UUID UUID_GMCS = UUID.fromString("00001849-0000-1000-8000-00805f9b34fb"); field in MediaControlGattServiceTest136 Assert.assertEquals(mMcpService.getServiceUuid(), UUID_GMCS); in testInit() local