Searched defs:tempKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasSyncService.java1515 * @param tempKey the initial (temporary) policy key sent by the server
1519 private static void acknowledgeRemoteWipe(EasSyncService svc, String tempKey) argument
1521 acknowledgeProvisionImpl(svc, tempKey, PROVISION_STATUS_OK, true);
1524 private static String acknowledgeProvision(EasSyncService svc, String tempKey, String result) argument
1526 return acknowledgeProvisionImpl(svc, tempKey, result, false);
1529 private static String acknowledgeProvisionImpl(EasSyncService svc, String tempKey, argument
1538 s.data(Tags.PROVISION_POLICY_KEY, tempKey);

Completed in 32 milliseconds