Searched defs:opportunistic (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java53 boolean opportunistic; field in class:AppScanStats.LastScan
59 public LastScan(long timestamp, long duration, boolean opportunistic, boolean background, argument
63 this.opportunistic = opportunistic;
78 // Maximum msec before scan gets downgraded to opportunistic
136 scan.opportunistic = settings.getScanMode() == ScanSettings.SCAN_MODE_OPPORTUNISTIC;
149 boolean isUnoptimized = !(scan.filtered || scan.background || scan.opportunistic);
266 if (lastScan.opportunistic) sb.append(" (Opportunistic)");
296 if (scan.opportunistic) sb.append("Opp ");

Completed in 50 milliseconds