Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/
DEasSyncServiceTests.java54 EasSyncService svc = new EasSyncService(); in testAddHeaders() local
98 EasSyncService svc = new EasSyncService(); in setupService() local
108 EasSyncService svc = setupService(USER); in testMakeUriString() local
133 EasSyncService svc = new EasSyncService(); in testResetHeartbeats() local
DEasOutboxServiceTests.java33 EasOutboxService svc = new EasOutboxService(mProviderContext, new Mailbox()); in testGenerateSmartSendCmd() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DEasSyncServiceTests.java54 EasSyncService svc = new EasSyncService(); in testAddHeaders() local
98 EasSyncService svc = new EasSyncService(); in setupService() local
108 EasSyncService svc = setupService(USER); in testMakeUriString() local
DEasAccountServiceTests.java39 EasAccountService svc = new EasAccountService(); in testResetHeartbeats() local
DEasOutboxServiceTests.java33 EasOutboxService svc = new EasOutboxService(mProviderContext, new Mailbox()); in testGenerateSmartSendCmd() local
/packages/apps/Email/src/com/android/email/mail/store/
DServiceStore.java53 IEmailService svc = getService(); in checkSettings() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java1314 AbstractSyncService svc = mServiceMap.get(mid); in stopAccountSyncs() local
1320 AbstractSyncService svc = mServiceMap.get(mid); in stopAccountSyncs() local
1381 AbstractSyncService svc = exchangeService.mServiceMap.get(id); in reloadFolderList() local
1676 AbstractSyncService svc = mServiceMap.get(mailboxId); in stopPing() local
1742 AbstractSyncService svc = mServiceMap.get(mailboxId); in stopServiceThreads() local
2251 AbstractSyncService svc = mServiceMap.get(mailboxId); in checkMailboxes() local
2494 AbstractSyncService svc = exchangeService.mServiceMap.get(mailboxId); in startManualSync() local
2516 AbstractSyncService svc = exchangeService.mServiceMap.get(mailboxId); in stopManualSync() local
2581 static public void done(AbstractSyncService svc) { in done()
DEasSyncService.java382 EasSyncService svc = new EasSyncService("OutOfBand"); in setupServiceForAccount() local
930 EasSyncService svc = setupServiceForAccount(context, acct); in searchGal() local
1370 public static boolean tryProvision(EasSyncService svc) throws IOException { in tryProvision()
1450 public static ProvisionParser canProvision(EasSyncService svc) throws IOException { in canProvision()
1519 private static void acknowledgeRemoteWipe(EasSyncService svc, String tempKey) in acknowledgeRemoteWipe()
1524 private static String acknowledgeProvision(EasSyncService svc, String tempKey, String result) in acknowledgeProvision()
1529 private static String acknowledgeProvisionImpl(EasSyncService svc, String tempKey, in acknowledgeProvisionImpl()
DAbstractSyncService.java133 AbstractSyncService svc; in validate() local
/packages/apps/Mms/src/com/android/mms/transaction/
DPushReceiver.java131 Intent svc = new Intent(mContext, TransactionService.class); in doInBackground() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java203 AdapterService svc = AdapterService.getAdapterService(); in notifyProfileConnectionStateChanged() local
DAdapterService.java483 public AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java118 private A2dpStateMachine(A2dpService svc, Context context) { in A2dpStateMachine()
145 static A2dpStateMachine make(A2dpService svc, Context context) { in make()
DA2dpService.java196 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java174 public BluetoothPanBinder(PanService svc) { in BluetoothPanBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java119 public BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java280 public BluetoothInputDeviceBinder(HidService svc) { in BluetoothInputDeviceBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java308 public BluetoothHealthBinder(HealthService svc) { in BluetoothHealthBinder()