Searched defs:connectionStatus (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoNr.java | 56 public CellInfoNr(int connectionStatus, boolean registered, long timeStamp, in CellInfoNr()
|
H A D | CellInfoCdma.java | 55 public CellInfoCdma(int connectionStatus, boolean registered, long timeStamp, in CellInfoCdma()
|
H A D | CellInfoTdscdma.java | 57 public CellInfoTdscdma(int connectionStatus, boolean registered, long timeStamp, in CellInfoTdscdma()
|
H A D | CellInfoWcdma.java | 52 public CellInfoWcdma(int connectionStatus, boolean registered, long timeStamp, in CellInfoWcdma()
|
H A D | CellInfoLte.java | 59 public CellInfoLte(int connectionStatus, boolean registered, long timeStamp, in CellInfoLte()
|
H A D | PhysicalChannelConfig.java | 626 public @NonNull Builder setCellConnectionStatus(int connectionStatus) { in setCellConnectionStatus()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDevice.java | 1089 int connectionStatus = getProfileConnectionState(profile); in getMaxConnectionState() local 1129 int connectionStatus = getProfileConnectionState(profile); in getConnectionSummary() local 1300 int connectionStatus = getProfileConnectionState(profile); in getCarConnectionSummary() local
|