Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 72) sorted by relevance

123

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DSyncAdapterTestCase.java86 EasSyncService service = new EasSyncService(); in getTestService() local
95 EasSyncService service = getTestService(); in getTestSyncAdapter() local
DFolderSyncParserTests.java54 EasSyncService service = getTestService(); in testIsValidMailFolder() local
139 EasSyncService service = getTestService(); in testSaveAndRestoreMailboxSyncOptions() local
365 EasSyncService service = getTestService(); in testComplexFolderListParse() local
DEmailSyncAdapterTests.java58 EasSyncService service = getTestService(); in testGetMimeTypeFromFileName() local
169 EasSyncService service = getTestService(account, mailbox); in setupSyncParserAndAdapter() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DSyncAdapterTestCase.java86 EasSyncService service = new EasSyncService(); in getTestService() local
95 EasSyncService service = getTestService(); in getTestSyncAdapter() local
DFolderSyncParserTests.java54 EasSyncService service = getTestService(); in testIsValidMailFolder() local
139 EasSyncService service = getTestService(); in testSaveAndRestoreMailboxSyncOptions() local
365 EasSyncService service = getTestService(); in testComplexFolderListParse() local
DEmailSyncAdapterTests.java58 EasSyncService service = getTestService(); in testGetMimeTypeFromFileName() local
169 EasSyncService service = getTestService(account, mailbox); in setupSyncParserAndAdapter() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DMeetingResponseParser.java29 public MeetingResponseParser(InputStream in, EasSyncService service) throws IOException { in MeetingResponseParser()
DSettingsParser.java33 public SettingsParser(InputStream in, EasSyncService service) throws IOException { in SettingsParser()
DPingParser.java47 public PingParser(InputStream in, EasSyncService service) throws IOException { in PingParser()
DAccountSyncAdapter.java10 public AccountSyncAdapter(EasSyncService service) { in AccountSyncAdapter()
DGalParser.java32 public GalParser(InputStream in, EasSyncService service) throws IOException { in GalParser()
DMoveItemsParser.java45 public MoveItemsParser(InputStream in, EasSyncService service) throws IOException { in MoveItemsParser()
/packages/apps/Music/src/com/android/music/
DMediaAppWidgetProvider.java100 void notifyChange(MediaPlaybackService service, String what) { in notifyChange()
112 void performUpdate(MediaPlaybackService service, int[] appWidgetIds) { in performUpdate()
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushClient.java39 NfcService service = NfcService.getInstance(); in push() local
/packages/apps/Email/src/com/android/email/
DController.java329 IEmailService service = EmailServiceUtils.getExchangeService(mContext, mServiceCallback); in serviceLogging() local
371 IEmailService service = getServiceForAccount(accountId); in serviceCheckMail() local
403 IEmailService service = getServiceForAccount(accountId); in updateMailbox() local
444 IEmailService service = getServiceForMessage(messageId); in loadMessageForView() local
625 IEmailService service = getServiceForAccount(accountId); in sendPendingMessages() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryPackInstallBroadcastReceiver.java39 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) { in DictionaryPackInstallBroadcastReceiver()
DSubtypeSwitcher.java84 public static void init(LatinIME service) { in init()
94 private void initialize(LatinIME service) { in initialize()
/packages/apps/Contacts/src/com/android/contacts/test/
DInjectedServices.java57 public void setSystemService(String name, Object service) { in setSystemService()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DDictionaryPool.java33 public DictionaryPool(final int maxSize, final AndroidSpellCheckerService service, in DictionaryPool()
/packages/experimental/RpcPerformance/
Drpcperftest.cpp66 sp<IBinder> service = sm->checkService(String16(argv[1])); in main() local
/packages/apps/Mms/src/com/android/mms/transaction/
DSmsReceiver.java90 public static void finishStartingService(Service service, int startId) { in finishStartingService()
/packages/apps/Contacts/src/com/android/contacts/
DContactsApplication.java85 Object service = sInjectedServices.getSystemService(name); in getSystemService() local
DContactsActivity.java69 Object service = super.getSystemService(name); in getSystemService() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockEventReceiver.java141 public static void finishStartingService(Service service, int startId) { in finishStartingService()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java145 final IMountService service = getMountService(); in doInBackground() local
182 final IMountService service = getMountService(); in doInBackground() local
590 final IBinder service = ServiceManager.getService("mount"); in getMountService() local

123