Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 140) sorted by relevance

123456

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/common/
DAdservicesCommonStatesTest.java26 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStates_givenRevoked() local
38 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStates_notEnabledReset() local
DAdservicesCommonStatesResponseTest.java26 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStatesResponse() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java685 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {snapshot}; in initWifiStats() local
766 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildWifiState()}; in testStatsRebootPersist() local
841 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildWifiState()}; in testStatsBucketResize() local
882 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildMobileState(IMSI_1)}; in testUidStatsAcrossNetworks() local
957 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildWifiState()}; in testUidRemovedIsMoved() local
1022 private void doTestMobileStatsByRatType(NetworkStateSnapshot[] states) throws Exception { in doTestMobileStatsByRatType()
1157 NetworkStateSnapshot[] states = new NetworkStateSnapshot[]{ in testMobileStatsOemManaged() local
1256 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildWifiState()}; in testSummaryForAllUid() local
1315 NetworkStateSnapshot[] states = new NetworkStateSnapshot[]{buildWifiState()}; in testGetLatestSummary() local
1357 final NetworkStateSnapshot[] states = in testQueryTestNetworkUsage() local
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateAdapter.java84 public boolean same(Vector<State> states) { in same()
98 public void fill(Vector<State> states) { in fill()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryStateDaoTest.java75 final List<BatteryState> states = mBatteryStateDao.getAllAfter(TIMESTAMP1); in insertAll_normalFlow_expectedBehavior() local
127 final List<BatteryState> states = mBatteryStateDao.getAllAfter(0); in clearAllBefore_normalFlow_expectedBehavior() local
/packages/apps/Messaging/src/com/android/messaging/util/
DSwitchCompatUtils.java68 final int[][] states = new int[3][]; in getSwitchThumbColorStateList() local
88 final int[][] states = new int[3][]; in getSwitchTrackColorStateList() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceBinderTest.java64 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceBinderTest.java71 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothPbap.aidl31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothAvrcpController.aidl34 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothBattery.aidl35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothPbapClient.aidl35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothSap.aidl39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl41 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothMap.aidl39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceBinderTest.java78 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl36 void onTetherStatesChanged(in TetherStatesParcel states); in onTetherStatesChanged()
/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DManageablePreferenceTest.java82 String[] states = mContext.getResources().getStringArray(id); in setState_summaryUpdatedCorrectly() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceBinderTest.java71 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryStateDao.java38 void insertAll(List<BatteryState> states); in insertAll()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/
DNetworkModule.java36 ArraySet<State> states = new ArraySet<>(); field in NetworkModule
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchWidgetProvider.kt92 val states: Array<SearchWidgetState?> = arrayOfNulls(appWidgetIds.size) in getSearchWidgetStates() constant
103 val states: Array<SearchWidgetState?> = getSearchWidgetStates(context) in updateSearchWidgets() constant
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceBinderTest.java78 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.kt391 val states = computePageIndicatorStates(page, pageIndicatorCount, pageCount) in updatePageIndicators() constant
731 val states = IntArray(pageIndicatorCount) in computePageIndicatorStates() constant
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DBluetoothCsisBinderTest.java75 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates() local

123456