Searched refs:ID2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java40 final byte ID2 = 2; field in class:SparseMappingTableTest
84 key = table.getOrAddKey(ID2, 1);
108 key = table1.getKey(ID2);
128 key = table.getOrAddKey(ID2, 1);
155 key = table1.getKey(ID2);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java119 private static final int ID2 = 801; field in class:BugreportReceiverTest
412 sendBugreportStarted(ID2, PID2, NAME2, 1000);
417 detailsUi = new DetailsUi(mUiBot, ID2);
428 extras = sendBugreportFinishedAndGetSharedIntent(ID2, mZipPath2, NO_SCREENSHOT);
429 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID2, PID2, TITLE2,

Completed in 799 milliseconds