Home
last modified time | relevance | path

Searched refs:serviceStates (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java856 List<ServiceState> serviceStates = new ArrayList<>(); in getAllServiceStatesLocked() local
858 serviceStates.add(mDefaultServiceState); in getAllServiceStatesLocked()
861 serviceStates.add(mSystemServiceState); in getAllServiceStatesLocked()
864 serviceStates.add(mUntrustedServiceState); in getAllServiceStatesLocked()
866 return serviceStates; in getAllServiceStatesLocked()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java2003 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_emptyProto() local
2006 assertProtoArrayEquals(new CellularServiceState[] {mServiceState1Proto}, serviceStates); in addCellularServiceStateAndCellularDataServiceSwitch_emptyProto()
2026 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_withExistingEntries() local
2031 serviceStates); in addCellularServiceStateAndCellularDataServiceSwitch_withExistingEntries()
2052 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_updateExistingEntries() local
2062 serviceStates); in addCellularServiceStateAndCellularDataServiceSwitch_updateExistingEntries()
2097 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_tooManyServiceStates() local
2100 expectedServiceStates.toArray(new CellularServiceState[0]), serviceStates); in addCellularServiceStateAndCellularDataServiceSwitch_tooManyServiceStates() local
2161 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(100L); in getCellularServiceStates_tooFrequent() local
2164 assertNull(serviceStates); in getCellularServiceStates_tooFrequent()
[all …]