Home
last modified time | relevance | path

Searched refs:getUserId (Results 1 – 14 of 14) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DAsiExtraFieldTest.java97 assertEquals("uid plain file", 5, a.getUserId()); in testReparse()
112 assertEquals("uid link", 5, a.getUserId()); in testReparse()
127 assertEquals("uid dir", 5, a.getUserId()); in testReparse()
154 assertEquals(s1.getUserId(), s2.getUserId()); in testClone()
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/types/
DTestCrossProfileTypeWhichNeedsContext.java147 public int getUserId() { in getUserId() method in TestCrossProfileTypeWhichNeedsContext
154 return profileTestCrossProfileType.other().getUserId(); in getOtherUserId()
DTestCrossProfileType.java547 public int getUserId() { in getUserId() method in TestCrossProfileType
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DAsiExtraField.java138 System.arraycopy(ZipShort.getBytes(getUserId()), in getLocalFileDataData()
177 public int getUserId() { in getUserId() method in AsiExtraField
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DVpnFacade.java100 mVpnManager.prepareVpn(VpnConfig.LEGACY_VPN, VpnConfig.LEGACY_VPN, mService.getUserId()); in vpnStopLegacyVpn()
105 return mVpnManager.getLegacyVpnInfo(mService.getUserId()); in vpnGetLegacyVpnInfo()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/
DArArchiveEntry.java130 public int getUserId() { in getUserId() method in ArArchiveEntry
DArArchiveOutputStream.java157 final String u = "" + pEntry.getUserId(); in writeEntryHeader()
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/tests/
DSecondUserTest.java76 assertThat(type.other().getUserId()).isEqualTo(utilities.getWorkProfileUserId()); in call_hasWorkProfile_hasSecondUser_executesOnWorkProfile()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DIgnorePropertyOnDeserTest.java19 public Integer getUserId() { in getUserId() method in IgnorePropertyOnDeserTest.User
/external/libtextclassifier/jni/com/google/android/textclassifier/
DActionsSuggestionsModel.java279 public int getUserId() { in getUserId() method in ActionsSuggestionsModel.ConversationMessage
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java751 public int getUserId() { in getUserId() method in DumpArchiveEntry
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java320 protected int getUserId() { in getUserId() method in ShadowContextImpl
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DActionsSuggestionsHelperTest.java393 assertThat(nativeMessage.getUserId()).isEqualTo(userId); in assertNativeMessage()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveEntry.java513 public int getUserId() { in getUserId() method in TarArchiveEntry