OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFeatures
(Results
26 - 31
of
31
) sorted by null
1
2
/cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java
[
all
...]
MockAccountAuthenticator.java
267
public Bundle
hasFeatures
(AccountAuthenticatorResponse response, Account account,
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java
262
public Bundle
hasFeatures
(
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java
509
protected AccountManagerFuture<Boolean>
hasFeatures
(
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAccountManagerTest.java
763
AccountManagerFuture<Boolean> future = am.
hasFeatures
(account, new String[] { "FEATURE_1", "FEATURE_2" }, callback, new Handler());
778
AccountManagerFuture<Boolean> future = am.
hasFeatures
(account, new String[] { "FEATURE_1", "FEATURE_2" }, callback, new Handler());
[
all
...]
/external/swiftshader/src/Vulkan/
libVulkan.cpp
253
if(!vk::Cast(physicalDevice)->
hasFeatures
(physicalDeviceFeatures2->features))
317
if(!vk::Cast(physicalDevice)->
hasFeatures
(*(pCreateInfo->pEnabledFeatures)))
[
all
...]
Completed in 137 milliseconds
1
2