Searched refs:v3 (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | ConvertUtils.java | 343 private static long getDiffValue(long v1, long v2, long v3) { in getDiffValue() argument 344 return (v2 > v1 ? v2 - v1 : 0) + (v3 > v2 ? v3 - v2 : 0); in getDiffValue() 347 private static double getDiffValue(double v1, double v2, double v3) { in getDiffValue() argument 348 return (v2 > v1 ? v2 - v1 : 0) + (v3 > v2 ? v3 - v2 : 0); in getDiffValue()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapUtils.java | 228 int v3 = (int) (vHigh & 0xffffffff); in getLongLongAsString() local 243 d = v3 & 0x0f; in getLongLongAsString() 248 v3 >>= 4; in getLongLongAsString()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 2638 ContentValues v3 = new ContentValues(); in testEmailFilterDefaultSortOrder() local 2639 v3.put(Email.ADDRESS, "address3@email.com"); in testEmailFilterDefaultSortOrder() 2642 assertStoredValuesOrderly(filterUri, new ContentValues[]{v1, v2, v3}); in testEmailFilterDefaultSortOrder() 2734 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local 2738 assertStoredValuesOrderly(filterUri, v3, v1, v2); in testEmailFilterSuperPrimaryOverUsageSort() 2754 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); in testEmailFilterUsageOverPrimarySort() local 2758 assertStoredValuesOrderly(filterUri, v3, v1, v2); in testEmailFilterUsageOverPrimarySort() 2777 ContentValues v3 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local 2778 v3.put(Email.ADDRESS, "address3@email.com"); in testEmailFilterSortOrderWithFeedback() 2793 assertStoredValuesOrderly(filterUri1, new ContentValues[] { v1, v2, v3 }); in testEmailFilterSortOrderWithFeedback() [all …]
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 1341 …�QX�&?0!r='#�#��y�:�>��&���@�"�c�{��J��b��}��ߘ��=�Cz"͝�ƠD�I^=EGp�v3��g'Z����{&;Ld���~t… 1814 …q�ާ06�ݐ���M�B�����P4$HO ��J$�Ƞ��O�=j;Ur��_��� {Յ�ld�Bh�>Y���y4�{v3�r)2��PI=s����bz… 1945 �^j��6@2��AMne>iZLtbXE�}>%@�v:q�y?�qe���~2բa��Z��'��#��v3^��i-���HL�����_�R�Ʊ����;gE�%V����9�… 2909 …��SR�9�i�cL;��� &���-�X�A�z�ږB���tuꤏ�,*�>Lx�?�N�c|�[��<�qCD$��v3?�"(U�a�y�n���jYb}�… 3169 …��_P�8͢��g'��e|P��q��h�RP��ӎ�Ī�i���ny_��ŭ����܄ �+��'�1�k�S�d�-o��G��v3����O�_�>#����(Z�… 3848 …`��<s�h���)�ɦ�I�ɟ�1�ӿ֢wʝ���ց�e�*H�n��p\�����(�2@��{�H����R�<,7F��Ҁv3�ی��1֞��6���X�S#�H… 4826 �;g��?¿WW#^G0`�l����kE��u� '�|�x�������! ېH9�A��+������t��'� ܪ���u䜞O�v3]h�*�k}V���… 6841 …���<qHv�$�f�>���"���3�j���t�ݤ��I�{�S��ӓfrFsF�HoN���co;�ݜ���-!��1�)v3��ڛ��n�@)�s��RRa�#q… 7089 v3��=) �x�x��`��֛����ך�o?�1��T��@ᔎ{GPp��/bz�/�%F�8Ӏ�ۧ� 7951 յ��q�v3���:O�'M�Ŗ����Xd�:����|f�D�V��z�x>�)Ơ.xJ��MW��4���ˉ<�`�L�q��`G\f��X�:n��o&H������+�$… [all …]
|