Searched refs:handleSetAutomotiveProjection (Results 1 – 4 of 4) sorted by relevance
231 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP1_PACKAGE_NAME); in testSetAutomotiveProjectionBasic()249 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP2_PACKAGE_NAME); in testInterleaveCarModeAndProjectionMode()266 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP1_PACKAGE_NAME); in testSetAutomotiveProjectionMultipleTimes()267 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP1_PACKAGE_NAME); in testSetAutomotiveProjectionMultipleTimes()280 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP1_PACKAGE_NAME); in testSetAutomotiveProjectionMultipleTimesDifferentPackages()281 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP2_PACKAGE_NAME); in testSetAutomotiveProjectionMultipleTimesDifferentPackages()299 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP1_PACKAGE_NAME); in testReleaseAutomotiveProjectionBasic()312 mCarModeTracker.handleSetAutomotiveProjection(CAR_MODE_APP4_PACKAGE_NAME); in testAutomotiveProjectionOverridesCarMode()
391 verify(mCarModeTracker).handleSetAutomotiveProjection(CAR_PKG); in testAutomotiveProjectionAppRemoval()
158 public void handleSetAutomotiveProjection(@NonNull String packageName) { in handleSetAutomotiveProjection() method in CarModeTracker
1192 InCallController.this.handleSetAutomotiveProjection(automotiveProjectionPackage);3006 public void handleSetAutomotiveProjection(@NonNull String packageName) { in handleSetAutomotiveProjection() method in InCallController3013 mCarModeTracker.handleSetAutomotiveProjection(packageName); in handleSetAutomotiveProjection()