HomeSort by relevance Sort by last modified time
    Searched defs:uid2 (Results 1 - 24 of 24) sorted by null

  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 41 int uid2 = mContext.getPackageManager().getApplicationInfo(disableApp, local
46 assertNotSame(uid2, uid3);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 184 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const {
188 << getFunctionNumber() << '_' << uid << '_' << uid2; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 362 String uid2 = getSingleMessageUID(2); local
372 Message msg2 = mFolder.getMessage(uid2);
373 assertTrue("message with uid2", msg2 != null);
    [all...]