Lines Matching refs:Preconditions
45 import com.android.internal.util.Preconditions;
267 Preconditions.checkNotNull(listener, "listener cannot be null"); in registerProjectionListener()
386 Preconditions.checkArgument(event >= 0 && event < NUM_KEY_EVENTS, "Invalid key event"); in addKeyEventHandler()
464 Preconditions.checkNotNull("serviceIntent cannot be null"); in registerProjectionRunner()
481 Preconditions.checkNotNull("serviceIntent cannot be null"); in unregisterProjectionRunner()
508 Preconditions.checkNotNull(callback, "callback cannot be null"); in startProjectionAccessPoint()
574 Preconditions.checkNotNull(device, "device cannot be null"); in requestBluetoothProfileInhibit()
592 Preconditions.checkNotNull(device, "device cannot be null"); in releaseBluetoothProfileInhibit()
610 Preconditions.checkNotNull(status, "status cannot be null"); in updateProjectionStatus()
628 Preconditions.checkNotNull(listener, "listener cannot be null"); in registerProjectionStatusListener()
659 Preconditions.checkNotNull(listener, "listener cannot be null"); in unregisterProjectionStatusListener()