OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CarTestService
(Results
1 - 3
of
3
) sorted by null
/packages/services/Car/service/src/com/android/car/
CarTestService.java
36
public class
CarTestService
extends ICarTest.Stub implements CarServiceBase {
45
public
CarTestService
(Context context, ICarImpl carImpl) {
65
writer.println("*
CarTestService
*");
ICarImpl.java
67
private
CarTestService
mCarTestService;
140
/** Only for
CarTestService
*/
145
/** Only for
CarTestService
*/
192
mCarTestService = new
CarTestService
(mContext, this);
286
CarTestService
testService = mCarTestService;
CarPowerManagementService.java
526
CarTestService
testService = (
CarTestService
) carImpl.getCarService(Car.TEST_SERVICE);
Completed in 286 milliseconds