HomeSort by relevance Sort by last modified time
    Searched refs:CommonTimeManagementService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 45 * <p>CommonTimeManagementService manages the configuration of the native Common Time service,
48 class CommonTimeManagementService extends Binder {
52 private static final String TAG = CommonTimeManagementService.class.getSimpleName();
152 public CommonTimeManagementService(Context context) {
SystemServer.java 153 CommonTimeManagementService commonTimeMgmtService = null;
720 Slog.i(TAG, "CommonTimeManagementService");
721 commonTimeMgmtService = new CommonTimeManagementService(context);
724 reportWtf("starting CommonTimeManagementService service", e);
    [all...]

Completed in 467 milliseconds