OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolicyServiceProxy
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
SecurityPolicyDelegate.java
21
import com.android.emailcommon.service.
PolicyServiceProxy
;
30
return new
PolicyServiceProxy
(context).isActive(policy);
38
new
PolicyServiceProxy
(context).policiesRequired(accountId);
46
new
PolicyServiceProxy
(context).policiesUpdated(accountId);
54
new
PolicyServiceProxy
(context).setAccountHoldFlag(account.mId, newState);
62
return new
PolicyServiceProxy
(context).isActiveAdmin();
70
new
PolicyServiceProxy
(context).remoteWipe();
78
return new
PolicyServiceProxy
(context).isSupported(policy);
86
return new
PolicyServiceProxy
(context).clearUnsupportedPolicies(policy);
ExchangeService.java
69
import com.android.emailcommon.service.
PolicyServiceProxy
;
641
if (
PolicyServiceProxy
.isActive(ExchangeService.this, null)) {
642
PolicyServiceProxy
.setAccountHoldFlag(ExchangeService.this,
646
PolicyServiceProxy
.policiesRequired(ExchangeService.this,
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java
28
public class
PolicyServiceProxy
extends ServiceProxy implements IPolicyService {
30
private static final String TAG = "
PolicyServiceProxy
";
38
public
PolicyServiceProxy
(Context _context) {
162
return new
PolicyServiceProxy
(context).isActive(policies);
170
new
PolicyServiceProxy
(context).policiesRequired(accountId);
178
new
PolicyServiceProxy
(context).policiesUpdated(accountId);
186
new
PolicyServiceProxy
(context).setAccountHoldFlag(account.mId, newState);
194
return new
PolicyServiceProxy
(context).isActiveAdmin();
202
new
PolicyServiceProxy
(context).remoteWipe();
210
return new
PolicyServiceProxy
(context).isSupported(policy)
[
all
...]
Completed in 890 milliseconds