Lines Matching defs:serviceId

203     public void onNewIntent(Intent intent, int serviceId) {
208 stopSelf(serviceId);
215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
239 stopSelfIfIdle(serviceId);
255 onNetworkUnavailable(serviceId, transactionType);
314 launchTransaction(serviceId, args, false);
326 stopSelfIfIdle(serviceId);
334 launchTransaction(serviceId, args, noNetwork);
368 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) {
371 onNetworkUnavailable(serviceId, txnBundle.getTransactionType());
375 msg.arg1 = serviceId;
384 private void onNetworkUnavailable(int serviceId, int transactionType) {
386 Log.v(TAG, "onNetworkUnavailable: sid=" + serviceId + ", type=" + transactionType);
398 stopSelf(serviceId);
427 int serviceId = transaction.getServiceId();
430 Log.v(TAG, "update transaction " + serviceId);
465 Log.v(TAG, "Transaction complete: " + serviceId);
490 Log.v(TAG, "Transaction failed: " + serviceId);
496 serviceId + " " + result);
508 stopSelfIfIdle(serviceId);
663 int serviceId = msg.arg1;
697 TransactionService.this, serviceId,
708 TransactionService.this, serviceId,
719 TransactionService.this, serviceId,
724 TransactionService.this, serviceId,
729 TransactionService.this, serviceId,
733 Log.w(TAG, "Invalid transaction type: " + serviceId);
768 Log.v(TAG, "Transaction was null. Stopping self: " + serviceId);
771 stopSelf(serviceId);
829 int serviceId = transaction.getServiceId();
832 Log.v(TAG, "processPendingTxn: process " + serviceId);
842 stopSelf(serviceId);