/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/common/ |
D | AdservicesCommonStatesTest.java | 26 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStates_givenRevoked() local 38 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStates_notEnabledReset() local
|
D | AdservicesCommonStatesResponseTest.java | 26 AdServicesCommonStates states = in testBuildAndGetAdservicesCommonStatesResponse() local
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 685 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/ |
D | StateAdapter.java | 84 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/ |
D | BatteryStateDaoTest.java | 75 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/ |
D | SwitchCompatUtils.java | 68 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/ |
D | AvrcpControllerServiceBinderTest.java | 64 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapServiceBinderTest.java | 71 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothPbap.aidl | 31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothAvrcpController.aidl | 34 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothBattery.aidl | 35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothPbapClient.aidl | 35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothSap.aidl | 39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothPan.aidl | 41 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
D | IBluetoothMap.aidl | 39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/ |
D | PanServiceBinderTest.java | 78 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
|
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
D | ITetheringEventCallback.aidl | 36 void onTetherStatesChanged(in TetherStatesParcel states); in onTetherStatesChanged()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/ |
D | ManageablePreferenceTest.java | 82 String[] states = mContext.getResources().getStringArray(id); in setState_summaryUpdatedCorrectly() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapServiceBinderTest.java | 71 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/ |
D | BatteryStateDao.java | 38 void insertAll(List<BatteryState> states); in insertAll()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/ |
D | NetworkModule.java | 36 ArraySet<State> states = new ArraySet<>(); field in NetworkModule
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchWidgetProvider.kt | 92 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/ |
D | MapClientServiceBinderTest.java | 78 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 391 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/ |
D | BluetoothCsisBinderTest.java | 75 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates() local
|