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 47 * <p>CommonTimeManagementService manages the configuration of the native Common Time service,
50 class CommonTimeManagementService extends Binder {
54 private static final String TAG = CommonTimeManagementService.class.getSimpleName();
149 public CommonTimeManagementService(Context context) {
SystemServer.java 154 CommonTimeManagementService commonTimeMgmtService = null;
754 Slog.i(TAG, "CommonTimeManagementService");
755 commonTimeMgmtService = new CommonTimeManagementService(context);
758 reportWtf("starting CommonTimeManagementService service", e);
    [all...]

Completed in 2264 milliseconds