Home
last modified time | relevance | path

Searched refs:findIndex (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java86 assertEquals(1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex()
87 assertEquals(3, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex()
88 assertEquals(2, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE, opA)); in testFindIndex()
89 assertEquals(2, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE, opB)); in testFindIndex()
115 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex_AllowAllWithUserConsent()
116 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex_AllowAllWithUserConsent()
117 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE, opA)); in testFindIndex_AllowAllWithUserConsent()
118 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE, opB)); in testFindIndex_AllowAllWithUserConsent()
128 assertEquals(-1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex_DisallowAll()
129 assertEquals(-1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex_DisallowAll()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java218 final int i = findIndex(pointerId); in captureDown()
234 private int findIndex(int pointerId) { in findIndex() method
252 final int i = findIndex(pointerId); in detectSwipe()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccRulesAuthTable.java148 public int findIndex(@EuiccProfileInfo.PolicyRule int policy, CarrierIdentifier carrierId) { in findIndex() method in EuiccRulesAuthTable
/frameworks/base/core/java/android/net/
DNetworkStats.java702 final int i = findIndex(entry.iface, entry.uid, entry.set, entry.tag, entry.metered, in combineValues()
756 public int findIndex(String iface, int uid, int set, int tag, int metered, int roaming, in findIndex() method in NetworkStats
806 final int j = stats.findIndex(iface[i], uid[i], set[i], tag[i], metered[i], roaming[i], in spliceOperationsFrom()
1696 final int idxVpnBackground = findIndex(underlyingIfaces.get(i), tunUid, SET_DEFAULT, in deductTrafficFromVpnApp()
1704 final int idxVpnForeground = findIndex(underlyingIfaces.get(i), tunUid, SET_FOREGROUND, in deductTrafficFromVpnApp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java455 rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, in testGetRulesAuthTable()
458 rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE, in testGetRulesAuthTable()
/frameworks/base/core/api/
Dsystem-current.txt12631 …method public int findIndex(@android.service.euicc.EuiccProfileInfo.PolicyRule int, android.servic…
/frameworks/base/services/
Dart-profile48098 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->findIndex(I)I