Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DHbpcdUtils.java77 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, in getMcc() local
84 if (c3 != null) { in getMcc()
85 int c3Counter = c3.getCount(); in getMcc()
88 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3); in getMcc()
90 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3); in getMcc()
91 c3.moveToFirst(); in getMcc()
92 tmpMcc = c3.getInt(0); in getMcc()
103 c3.close(); in getMcc()
106 c3.close(); in getMcc()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DImtConflictPerfTest.java57 C3 c3 = new C3(); in setup() local
58 callF0(c3); in setup()
59 callF19(c3); in setup()
60 callF38(c3); in setup()
61 callF57(c3); in setup()
369 callF0(c3); in timeConflictDepth04()
370 callF19(c3); in timeConflictDepth04()
373 callF0(c3); in timeConflictDepth04()
377 callF0(c3); in timeConflictDepth04()
381 callF0(c3); in timeConflictDepth04()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteConnectionPoolTest.java86 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections() local
87 assertTrue("New connection should be returned", c1 != c3); in testCloseIdleConnections()
88 assertEquals("New connection should be returned", 1, c3.getConnectionId()); in testCloseIdleConnections()
89 pool.releaseConnection(c3); in testCloseIdleConnections()
/aosp14/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
H A Dvalid-cert.pem83 36:fd:01:1f:34:0b:ce:a0:c4:60:16:88:2d:c3:1f:
97 76:4b:13:5c:ec:62:a5:c3:bf:7d:72:5f:0e:cb:38:
109 7a:fc:18:6d:54:47:31:59:b2:f4:36:aa:ce:c3:fc:
110 60:55:c8:a8:5b:c3:5d:10:85:4b:2f:e0:32:4a:0d:
127 81:f8:dc:bf:fa:a6:41:26:2b:d4:04:6b:c3:07:a0:
184 de:aa:de:98:5a:dc:ba:59:c3:62:9f:45:9c:89:1d:f7:bc:61:
191 8c:4c:26:0e:2b:f7:83:f9:66:62:90:c3:a2:7b:2b:c7:9b:6b:
202 f8:b7:e9:44:7e:37:1f:25:e3:3f:51:c3:65:86:60:13:70:c1:
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontVariationAxis.java115 final char c3 = tagString.charAt(2); in makeTag() local
117 return (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in makeTag()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupControllerTest.java223 c3 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local
228 mCallback.updateCarrierInfo(c3); in testUpdateCarrierText_sameLengths()
264 c3 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local
269 mCallback.updateCarrierInfo(c3); in testUpdateCarrierText_differentLength()
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!