Searched refs:ICarImpl (Results 1 – 12 of 12) sorted by relevance
46 private ICarImpl mICarImpl;70 mICarImpl = new ICarImpl.Builder() in onCreate()
55 private final ICarImpl mICarImpl;62 CarTestService(Context context, ICarImpl carImpl) { in CarTestService()
115 public class ICarImpl extends ICar.Stub { class122 static final String TAG = CarLog.tagFor(ICarImpl.class);206 newCarShellCommand().exec(ICarImpl.this, in, out, err, args);211 private ICarImpl(Builder builder) { in ICarImpl() method in ICarImpl1159 public ICarImpl build() { in build()1160 return new ICarImpl(this); in build()
58 import com.android.car.ICarImpl.Builder.CarRemoteAccessServiceConstructor;114 private ICarImpl mCarImpl;252 protected void spyOnBeforeCarImplInit(ICarImpl carImpl) { in spyOnBeforeCarImplInit()377 ICarImpl carImpl = new ICarImpl.Builder() in setUp()
202 ICarImpl carImpl = new ICarImpl.Builder() in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
126 protected void spyOnBeforeCarImplInit(ICarImpl carImpl) { in spyOnBeforeCarImplInit()
45 import com.android.car.ICarImpl;87 protected void spyOnBeforeCarImplInit(ICarImpl carImpl) { in spyOnBeforeCarImplInit()
47 private ICarImpl mCarImpl;
52 import com.android.car.ICarImpl;178 protected void spyOnBeforeCarImplInit(ICarImpl carImpl) { in spyOnBeforeCarImplInit()
44 #### Tags used by ICarImpl / CarService
69 import com.android.car.ICarImpl;349 protected void spyOnBeforeCarImplInit(ICarImpl carImpl) { in spyOnBeforeCarImplInit()
96 import com.android.car.ICarImpl;3939 boolean isCarServiceOrMyPid = ICarImpl.class.getPackage().getName() in freeMemory()