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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java191 public int onStartCommand(Intent intent, int flags, int serviceId) { argument
198 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId);
208 mLastServiceId = serviceId;
313 if (DEBUG) Log.d(TAG, "Shutting down. Last serviceId was " + mLastServiceId);

Completed in 42 milliseconds