Home
last modified time | relevance | path

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

123456

/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.java72 final List<BatteryState> states = mBatteryStateDao.getAllAfter(TIMESTAMP1); in insertAll_normalFlow_expectedBehavior() local
124 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.java65 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceBinderTest.java69 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceBinderTest.java81 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothPbap.aidl31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
DIBluetoothAvrcpController.aidl34 …void getDevicesMatchingConnectionStates(in int[] states, in AttributionSource attributionSource, i… in getDevicesMatchingConnectionStates()
DIBluetoothBattery.aidl38 …void getDevicesMatchingConnectionStates(in int[] states, in AttributionSource attributionSource, i… in getDevicesMatchingConnectionStates()
DIBluetoothPbapClient.aidl37 …void getDevicesMatchingConnectionStates(in int[] states, in AttributionSource attributionSource, i… in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl43 …void getDevicesMatchingConnectionStates(in int[] states, in AttributionSource attributionSource, i… in getDevicesMatchingConnectionStates()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl36 void onTetherStatesChanged(in TetherStatesParcel states); in onTetherStatesChanged()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryStateDao.java38 void insertAll(List<BatteryState> states); in insertAll()
/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/tests/unit/src/com/android/settings/vpn2/
DManageablePreferenceTest.java82 String[] states = mContext.getResources().getStringArray(id); in setState_summaryUpdatedCorrectly() local
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc177 std::vector<std::pair<tSDP_DISC_WAIT, std::string>> states = { in TEST_F() local
196 std::vector<std::pair<tSDP_STATE, std::string>> states = { in TEST_F() local
/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.java80 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.java76 int[] states = new int[] { BluetoothProfile.STATE_CONNECTED }; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceBinderTest.java80 int[] states = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates_callsServiceMethod() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBleBroadcastAssistantBinderTest.java83 int[] states = new int[] { STATE_DISCONNECTED }; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryServiceTest.java253 int states[] = new int[] {BluetoothProfile.STATE_DISCONNECTED}; in getDevicesMatchingConnectionStates() local
DBatteryServiceBinderTest.java86 int[] states = new int[] { BluetoothProfile.STATE_CONNECTED }; in getDevicesMatchingConnectionStates() local

123456