Searched refs:v3 (Results 1 – 7 of 7) sorted by relevance
310 V3Parcelable v3 = new V3Parcelable(p); in testV1ToV3() local313 Log.i(TAG, "v3 read:" + v3); in testV1ToV3()314 assertTrue(v3Expected.equals(v3)); in testV1ToV3()315 assertEquals(1, v3.version); in testV1ToV3()316 assertFalse(v3.hasIntData1()); in testV1ToV3()317 assertFalse(v3.hasIntData2()); in testV1ToV3()340 V3Parcelable v3 = new V3Parcelable(p); in testV2ToV3() local343 Log.i(TAG, "v3 read:" + v3); in testV2ToV3()344 assertTrue(v3Expected.equals(v3)); in testV2ToV3()345 assertEquals(2, v3.version); in testV2ToV3()[all …]
89 final View v3 = findViewById(R.id.third); in onFinishInflate() local107 mNumbers[7] = (Button) v3.findViewById(R.id.key_left); in onFinishInflate()108 mNumbers[8] = (Button) v3.findViewById(R.id.key_middle); in onFinishInflate()109 mNumbers[9] = (Button) v3.findViewById(R.id.key_right); in onFinishInflate()
214 int v3 = (int) (vHigh & 0xffffffff); in getLongLongAsString() local229 d = v3 & 0x0f; in getLongLongAsString()234 v3 >>= 4; in getLongLongAsString()
2585 ContentValues v3 = new ContentValues(); in testEmailFilterDefaultSortOrder() local2586 v3.put(Email.ADDRESS, "address3@email.com"); in testEmailFilterDefaultSortOrder()2589 assertStoredValuesOrderly(filterUri, new ContentValues[]{v1, v2, v3}); in testEmailFilterDefaultSortOrder()2681 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local2685 assertStoredValuesOrderly(filterUri, v3, v1, v2); in testEmailFilterSuperPrimaryOverUsageSort()2707 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); in testEmailFilterUsageOverPrimarySort() local2711 assertStoredValuesOrderly(filterUri, v1, v2, v3); in testEmailFilterUsageOverPrimarySort()2730 ContentValues v3 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local2731 v3.put(Email.ADDRESS, "address3@email.com"); in testEmailFilterSortOrderWithFeedback()2746 assertStoredValuesOrderly(filterUri1, new ContentValues[] { v1, v2, v3 }); in testEmailFilterSortOrderWithFeedback()[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
82733 intent={act=com.android.location.service.v3.NetworkLocationProvider pkg=com.google.android.gms}82744 … intent={act=com.android.location.service.v3.NetworkLocationProvider pkg=com.google.android.gms}