Searched refs:TAG_PROJECTION (Results 1 – 2 of 2) sorted by relevance
89 private static final String TAG = CarLog.TAG_PROJECTION;152 Log.w(CarLog.TAG_PROJECTION, "Service disconnected: " + className);185 Log.w(CarLog.TAG_PROJECTION, "Registering new service[" + serviceIntent in registerProjectionRunner()198 Log.w(CarLog.TAG_PROJECTION, "Request to unbind unregistered service[" in unregisterProjectionRunner()
39 public static final String TAG_PROJECTION = "CAR.PROJECTION"; field in CarLog