HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_TOKEN_LABEL (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
MockAccountAuthenticator.java 34 private static final String AUTH_TOKEN_LABEL = "mockAuthTokenLabel";
83 return AUTH_TOKEN_LABEL;
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 34 public static final String AUTH_TOKEN_LABEL = "mockAuthTokenLabel";
84 return AUTH_TOKEN_LABEL;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 37 private static final String AUTH_TOKEN_LABEL = "authTokenLabel";
105 return AUTH_TOKEN_LABEL;
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 260 return AccountManagerTest.AUTH_TOKEN_LABEL;
AccountManagerTest.java 74 public static final String AUTH_TOKEN_LABEL = "mockAuthTokenLabel";
    [all...]

Completed in 754 milliseconds