Searched refs:serviceId (Results 1 – 2 of 2) sorted by relevance
117 String serviceId = enabledService.getId(); in containsGoogleAccessibilityService() local118 if (serviceId != null && serviceId.startsWith(ACCESSIBILITY_PACKAGE_NAME_PREFIX)) { in containsGoogleAccessibilityService()
191 public int onStartCommand(Intent intent, int flags, int serviceId) { in onStartCommand() argument198 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId); in onStartCommand()208 mLastServiceId = serviceId; in onStartCommand()