Searched refs:configChange (Results 1 – 2 of 2) sorted by relevance
110 virtual Return<void> configChange(Result result, const BandConfig& config);168 Return<void> NativeCallback::configChange(Result result, const BandConfig& config) { in configChange() function in android::server::BroadcastRadio::TunerCallback::NativeCallback
1817 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() argument1822 if (!configChange && onEvaluateFullscreenMode()) { in onShowInputRequested()1854 private boolean dispatchOnShowInputRequested(int flags, boolean configChange) { in dispatchOnShowInputRequested() argument1855 final boolean result = onShowInputRequested(flags, configChange); in dispatchOnShowInputRequested()