/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
TestAuthenticator.java | 115 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, 121 final List<String> hasFeatures = 124 if (!hasFeatures.contains(requested)) {
|
AccountCheckTest.java | 165 return am.hasFeatures(account, features, null, null).getResult();
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
TestAuthenticator.java | 125 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, 131 final List<String> hasFeatures = 134 if (!hasFeatures.contains(requested)) {
|
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
MyAccountAuthenticator.java | 60 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/external/swiftshader/src/Vulkan/ |
VkPhysicalDevice.hpp | 40 bool hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const;
|
VkPhysicalDevice.cpp | 312 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
SyncAdapterSettingsAuthenticator.java | 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
StubAuthenticator.java | 90 public Bundle hasFeatures(AccountAuthenticatorResponse response,
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
MockAccountAuthenticator.java | 87 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/tests/tests/content/src/android/content/cts/ |
MockAccountAuthenticator.java | 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
StaticAccountAuthenticator.java | 93 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/ |
DummyAccountService.java | 98 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/ |
GenericAccountService.java | 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
|
/developers/samples/android/common/src/java/com/example/android/common/accounts/ |
GenericAccountService.java | 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
GenericAccountService.java | 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
BatteryStatsAuthenticator.java | 131 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
StatsdAuthenticator.java | 130 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
TestDefaultAuthenticator.java | 120 public Bundle hasFeatures( 125 "hasFeatures should not be tested using the TestDefaultAuthenticator");
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
StubAuthenticator.java | 105 public Bundle hasFeatures(AccountAuthenticatorResponse response,
|
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
MyAuthenticator.java | 107 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
AccountAuthenticator.java | 109 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
Authenticator.java | 175 public Bundle hasFeatures(
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
SyncManagerCtsAuthenticator.java | 139 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
|
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 331 mAccountManager.hasFeatures(account, features, 474 Boolean hasFeatures = future.getResult(); 475 Log.d(TAG, "hasFeatures: " + hasFeatures); 476 showMessageDialog("hasFeatures: " + hasFeatures);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
Authenticator.java | 135 public Bundle hasFeatures( 140 Log.v(TAG, "hasFeatures()");
|