Searched refs:getPriority (Results 1 – 14 of 14) sorted by relevance
/system/chre/core/tests/ |
D | request_multiplexer_test.cc | 45 int getPriority() const { in getPriority() function in DummyRequest 60 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 0); in TEST() 70 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 10); in TEST() 83 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 10); in TEST() 92 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 10); in TEST() 103 EXPECT_EQ(multiplexer.getRequests()[index].getPriority(), 10); in TEST() 104 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 10); in TEST() 124 EXPECT_EQ(multiplexer.getRequests()[index].getPriority(), 10); in TEST() 125 EXPECT_EQ(multiplexer.getCurrentMaximalRequest().getPriority(), 10); in TEST() 134 EXPECT_EQ(multiplexer.getRequests()[index].getPriority(), 5); in TEST() [all …]
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothPbapClient.aidl | 33 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothSap.aidl | 36 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothMap.aidl | 36 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothA2dpSink.aidl | 35 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothHearingAid.aidl | 36 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothMapClient.aidl | 36 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothHidHost.aidl | 34 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothA2dp.aidl | 38 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothHeadset.aidl | 46 int getPriority(in BluetoothDevice device); in getPriority() method
|
D | IBluetoothHeadsetClient.aidl | 36 int getPriority(in BluetoothDevice device); in getPriority() method
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneTree.java | 69 || priorityCandidate.getPriority() < zoneInfo.getPriority()) { in initNodePriority() 72 } else if (priorityCandidate.getPriority() == zoneInfo.getPriority()) { in initNodePriority() 101 .map(z -> z.getZoneId() + "(" + z.getPriority() + ")") in getZoneInfosString() 166 int priority = timeZoneMapping.getPriority(); in create()
|
D | ZoneInfo.java | 97 public int getPriority() { in getPriority() method in ZoneInfo
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | ZoneInfoTest.java | 49 assertEquals(5, zoneInfo.getPriority()); in testCreate()
|