Home
last modified time | relevance | path

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

12

/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/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpSinkService.java136 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
195 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DA2dpService.java155 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
252 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DA2dpStateMachine.java653 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DA2dpSinkStateMachine.java659 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchWidgetProvider.java78 SearchWidgetState[] states = new SearchWidgetState[appWidgetIds.length]; in getSearchWidgetStates() local
91 SearchWidgetState[] states = getSearchWidgetStates(context); in updateSearchWidgets() local
/packages/apps/Settings/src/com/android/settings/
DDisplay.java44 String[] states = new String[3]; in onCreate() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewState.java154 final Bundle states = new Bundle(); in writeToParcel() local
164 final Bundle states = source.readBundle(loader); in ConversationViewState() local
/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicViewHelper.java51 StateListDrawable states = new StateListDrawable(); in generatePressedFocusedStates() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java140 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
200 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java396 public List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { in getHealthDevicesMatchingConnectionStates()
481 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { in getHealthDevicesMatchingConnectionStates()
755 private List<HealthChannel> findChannelByStates(BluetoothDevice device, int[] states) { in findChannelByStates()
776 List<BluetoothDevice> lookupHealthDevicesMatchingStates(int[] states) { in lookupHealthDevicesMatchingStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java250 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
320 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DTargetDrawable.java98 int[] states = d.getState(); in isActive() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java162 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
367 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DHeadsetStateMachine.java2242 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1004 Call getFirstCallWithState(int... states) { in getFirstCallWithState()
1015 Call getFirstCallWithState(Call callToSkip, int... states) { in getFirstCallWithState()
1292 private int getNumCallsWithState(int... states) { in getNumCallsWithState()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java484 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
1061 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java175 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
475 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DHeadsetClientStateMachine.java225 private void removeCalls(int... states) { in removeCalls()
254 private BluetoothHeadsetClientCall getCall(int... states) { in getCall()
2353 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java341 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
428 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java462 String[] states = getContext().getResources() in update() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java590 Vector<State> states = new Vector<State>(); in fillImageStateAdapter() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java492 int[] states = KEY_STATE_NORMAL; in getCurrentDrawableState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java287 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
1264 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java553 public void restoreInstanceState(SparseArray<Parcelable> states) { in restoreInstanceState()

12