Home
last modified time | relevance | path

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

/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DExtendableParcelableTest.java310 V3Parcelable v3 = new V3Parcelable(p); in testV1ToV3() local
313 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() local
343 Log.i(TAG, "v3 read:" + v3); in testV2ToV3()
344 assertTrue(v3Expected.equals(v3)); in testV2ToV3()
345 assertEquals(2, v3.version); in testV2ToV3()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerSetupView.java89 final View v3 = findViewById(R.id.third); in onFinishInflate() local
107 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java214 int v3 = (int) (vHigh & 0xffffffff); in getLongLongAsString() local
229 d = v3 & 0x0f; in getLongLongAsString()
234 v3 >>= 4; in getLongLongAsString()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2585 ContentValues v3 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2586 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() local
2685 assertStoredValuesOrderly(filterUri, v3, v1, v2); in testEmailFilterSuperPrimaryOverUsageSort()
2707 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
2711 assertStoredValuesOrderly(filterUri, v1, v2, v3); in testEmailFilterUsageOverPrimarySort()
2730 ContentValues v3 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
2731 v3.put(Email.ADDRESS, "address3@email.com"); in testEmailFilterSortOrderWithFeedback()
2746 assertStoredValuesOrderly(filterUri1, new ContentValues[] { v1, v2, v3 }); in testEmailFilterSortOrderWithFeedback()
[all …]
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt82733 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}