Searched refs:getProjectionOptions (Results 1 – 11 of 11) sorted by relevance
90 Bundle getProjectionOptions() = 11; in getProjectionOptions() method
747 public @NonNull Bundle getProjectionOptions() { in getProjectionOptions() method in CarProjectionManager749 return mService.getProjectionOptions(); in getProjectionOptions()
334 ProjectionOptions options = new ProjectionOptions(mService.getProjectionOptions()); in getProjectionOptions_defaults()350 ProjectionOptions options = new ProjectionOptions(mService.getProjectionOptions()); in getProjectionOptions_staticLohsCredentialsApMode()363 ProjectionOptions options = new ProjectionOptions(mService.getProjectionOptions()); in getProjectionOptions_tetheredApMode()386 Bundle bundle = mService.getProjectionOptions(); in getProjectionOptions_nonDefaults()
307 when(mService.getProjectionOptions()).thenReturn(expectedBundle); in testGetProjectionOptions()309 assertThat(mCarProjectionManager.getProjectionOptions()).isEqualTo(expectedBundle); in testGetProjectionOptions()
203 public Bundle getProjectionOptions() throws RemoteException { in getProjectionOptions() method in FakeCarProjectionService
570 public Bundle getProjectionOptions() { in getProjectionOptions() method in CarProjectionService
795 method TIRAMISU_0 Bundle getProjectionOptions();
173 …mission(android.car.Car.PERMISSION_CAR_PROJECTION) public android.os.Bundle getProjectionOptions();
176 …mission(android.car.Car.PERMISSION_CAR_PROJECTION) public android.os.Bundle getProjectionOptions();
1224 UnflaggedApi: android.car.CarProjectionManager#getProjectionOptions():1225 …PI must be flagged with @FlaggedApi: method android.car.CarProjectionManager.getProjectionOptions()