Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6345d3b1 authored by Sherry Huang's avatar Sherry Huang Committed by Android (Google) Code Review
Browse files

Merge "TIF: Adding optional scan params" into main

parents 5646ab37 ab7e20c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ oneway interface IScanListener {
    // notify the scan progress.
    void onScanProgress(String scanProgress, in Bundle scanProgressInfo);
    // notify the scan completion.
    void onScanCompleted(int scanResult);
    void onScanCompleted(int scanResult, in Bundle optionScanInfo);
    // notify that the temporaily held channel list is stored.
    void onStoreCompleted(int storeResult);
}
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.os.Bundle;
interface IScanSession {
    // Start a service scan.
    int startScan(int broadcastType, String countryCode, String operator, in int[] frequency,
        String scanType, String languageCode);
        String scanType, String languageCode, in Bundle optionalScanParams);
    // Reset the scan information held in TIS.
    int resetScan();
    // Cancel scan.