OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isServiceAvailable
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
RandomBitsSupplier.java
40
static boolean
isServiceAvailable
() {
CryptoProvider.java
58
if (RandomBitsSupplier.
isServiceAvailable
()) {
/packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java
59
public static boolean
isServiceAvailable
(Context context, String intentAction) {
73
return
isServiceAvailable
(context, EmailServiceProxy.EXCHANGE_INTENT);
Completed in 72 milliseconds