/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsAuthenticator.java | 34 private Authenticator mAuthenticator; 38 mAuthenticator = new Authenticator(this); in onCreate() 46 public static class Authenticator extends AbstractAccountAuthenticator { class in SyncAdapterSettingsAuthenticator 48 public Authenticator(Context context) { in Authenticator() method in SyncAdapterSettingsAuthenticator.Authenticator
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 32 private Authenticator mAuthenticator; 36 mAuthenticator = new Authenticator(this); in onCreate() 44 public class Authenticator extends AbstractAccountAuthenticator { class in StubAuthenticator 45 public Authenticator(Context context) { in Authenticator() method in StubAuthenticator.Authenticator
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 34 private Authenticator mAuthenticator; 38 mAuthenticator = new Authenticator(this); in onCreate() 46 public class Authenticator extends AbstractAccountAuthenticator { class in StubAuthenticator 47 public Authenticator(Context context) { in Authenticator() method in StubAuthenticator.Authenticator
|
/cts/tests/tests/security/src/android/security/cts/ |
D | NanoAppBundleTest.java | 154 Authenticator.setIntent(intent); in anyAction() 176 public static class Authenticator extends AbstractAccountAuthenticator { class in NanoAppBundleTest 205 public Authenticator(Context context) { in Authenticator() method in NanoAppBundleTest.Authenticator 208 Authenticator.mAuthContext = context; in Authenticator() 282 private Authenticator mAuthenticator; 283 public Authenticator getAuthenticator() { in getAuthenticator() 300 mAuthenticator = new Authenticator(this); in onCreate()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 40 private static Authenticator sInstance; 45 sInstance = new Authenticator(getApplicationContext()); in onBind() 85 public static class Authenticator extends AbstractAccountAuthenticator { class in StatsdAuthenticator 89 public Authenticator(Context context) { in Authenticator() method in StatsdAuthenticator.Authenticator
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | TestAuthenticator.java | 38 private static Authenticator sInstance; 43 sInstance = new Authenticator(getApplicationContext()); in onBind() 49 public static class Authenticator extends AbstractAccountAuthenticator { class in TestAuthenticator 53 public Authenticator(Context context) { in Authenticator() method in TestAuthenticator.Authenticator
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 41 private static Authenticator sInstance; 46 sInstance = new Authenticator(getApplicationContext()); in onBind() 86 public static class Authenticator extends AbstractAccountAuthenticator { class in BatteryStatsAuthenticator 90 public Authenticator(Context context) { in Authenticator() method in BatteryStatsAuthenticator.Authenticator
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 42 private static Authenticator sInstance; 47 sInstance = new Authenticator(getApplicationContext()); in onBind() 94 public static class Authenticator extends AbstractAccountAuthenticator { class in SyncManagerCtsAuthenticator 98 public Authenticator(Context context) { in Authenticator() method in SyncManagerCtsAuthenticator.Authenticator
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
D | TestAuthenticator.java | 41 private static Authenticator sInstance; 46 sInstance = new Authenticator(getApplicationContext()); in onBind() 81 public static class Authenticator extends AbstractAccountAuthenticator { class in TestAuthenticator 85 public Authenticator(Context context) { in Authenticator() method in TestAuthenticator.Authenticator
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 33 public class Authenticator extends AbstractAccountAuthenticator { class 90 public Authenticator(Context context) { in Authenticator() method in Authenticator
|
D | AuthenticatorService.java | 28 return new Authenticator(this).getIBinder(); in onBind()
|
D | StartExploit.java | 39 Authenticator.exploit = in onCreate()
|
/cts/tests/core/runner-axt/src/com/android/cts/runner/ |
D | CtsTestRunListener.java | 41 import java.net.Authenticator; 237 Authenticator.setDefault(null); in reset()
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
D | CtsTestRunListener.java | 41 import java.net.Authenticator; 237 Authenticator.setDefault(null); in reset()
|
/cts/tools/release-parser/tests/resources/ |
D | CtsJniTestCases.apk.pb.txt | 2398 name: "java.net.Authenticator" 2401 parameters: "java.net.Authenticator"
|