Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java80 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_NoCall() local
92 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_OneCall() local
106 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_MultipleCalls() local
115 CallLogBackupState state = new CallLogBackupState(); in testWriteState_NoCalls() local
127 CallLogBackupState state = new CallLogBackupState(); in testWriteState_OneCall() local
141 CallLogBackupState state = new CallLogBackupState(); in testWriteState_MultipleCalls() local
159 CallLogBackupState state = new CallLogBackupState(); in testRunBackup_NoCalls() local
170 CallLogBackupState state = new CallLogBackupState(); in testRunBackup_OneNewCall() local
182 CallLogBackupState state = new CallLogBackupState(); in testRunBackup_MultipleCall() local
201 CallLogBackupState state = new CallLogBackupState(); in testRunBackup_PartialMultipleCall() local
/packages/apps/InCallUI/tests/src/com/android/incallui/
DMockCallListWrapper.java60 public void setHasCall(int state, boolean hasCall) { in setHasCall()
68 private static Call getMockCall(int state) { in getMockCall()
72 private static Call getMockCall(int state, boolean hasAccountHandle) { in getMockCall()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateAdapter.java52 State state = getItem(position); in getView() local
67 public boolean contains(State state) { in contains()
90 State state = getItem(i); in same() local
109 public void remove(State state) { in remove()
DState.java27 public State(State state) { in State() method in State
40 public boolean equals(State state) { in equals()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStateManager.java54 ActivityState state = null; in startState() local
80 ActivityState state = null; in startStateForResult() local
165 void finishState(ActivityState state) { in finishState()
176 void finishState(ActivityState state, boolean fireOnPause) { in finishState()
244 ActivityState state = null; in switchState() local
277 Bundle state = bundle.getBundle(KEY_STATE); in restoreFromState() local
306 Bundle state = new Bundle(); in saveState() local
333 public StateEntry(Bundle data, ActivityState state) { in StateEntry()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryListInterfaceState.java44 final State state = mWordlistToState.get(wordlistId); in isOpen() local
50 final State state = mWordlistToState.get(wordlistId); in getStatus() local
57 final State state = mWordlistToState.get(wordlistId); in setOpen() local
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java57 public abstract void stateChanged(View view, int state); in stateChanged()
132 public void setState(int state) { in setState()
142 public void setState(final int state, final boolean callListener) { in setState()
152 private void setStateAnimatedInternal(final int state, final boolean callListener) { in setStateAnimatedInternal()
219 private void setStateInternal(int state, boolean callListener) { in setStateInternal()
244 int state = mState + 1; in nextState() local
360 private void setImageByState(int state) { in setImageByState()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java90 public static boolean canInsert(RawContactDelta state, DataKind kind) { in canInsert()
99 public static boolean hasValidTypes(RawContactDelta state, DataKind kind) { in hasValidTypes()
114 RawContactDelta state, AccountType accountType, String mimeType) { in ensureKindExists()
139 public static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind) { in getValidTypes()
152 public static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind, in getValidTypes()
171 private static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind, in getValidTypes()
209 private static SparseIntArray getTypeFrequencies(RawContactDelta state, DataKind kind) { in getTypeFrequencies()
305 public static EditType getBestValidType(RawContactDelta state, DataKind kind, in getBestValidType()
349 public static ValuesDelta insertChild(RawContactDelta state, DataKind kind) { in insertChild()
365 public static ValuesDelta insertChild(RawContactDelta state, DataKind kind, EditType type) { in insertChild()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java267 final int state = msg.arg1; in processMessage() local
330 private void msgTypeUndockedTemporary(BluetoothDevice device, int state, in msgTypeUndockedTemporary()
370 private boolean msgTypeDocked(BluetoothDevice device, final int state, in msgTypeDocked()
450 int state = intent.getIntExtra(Intent.EXTRA_DOCK_STATE, -1234); in parseIntent() local
489 int state, int startId) { in createDialog()
639 int state, boolean firstTime) { in initBtSettings()
750 int state = i.getIntExtra(Intent.EXTRA_DOCK_STATE, in handleBluetoothStateOn() local
786 int state = intent.getIntExtra(Intent.EXTRA_DOCK_STATE, in handleUnexpectedDisconnect() local
883 private synchronized void handleDocked(BluetoothDevice device, int state, in handleDocked()
940 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } in onConnectionStateChanged()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEnabler.java102 final int state = mWifiManager.getWifiState(); in setupSwitchBar() local
137 private void handleWifiStateChanged(int state) { in handleWifiStateChanged()
177 private void handleStateChanged(@SuppressWarnings("unused") NetworkInfo.DetailedState state) { in handleStateChanged()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java216 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypes() local
259 final RawContactDelta state = getRawContact(TEST_ID); in testCanInsert() local
291 final RawContactDelta state = getRawContact(TEST_ID); in testBestValidType() local
333 final RawContactDelta state = getRawContact(TEST_ID); in testIsEmptyDirectFields() local
350 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptySingle() local
391 final RawContactDelta state = RawContactDeltaListTests.buildBeforeEntity(mContext, TEST_ID, in testTrimEmptySpaces() local
417 final RawContactDelta state = RawContactDeltaListTests.buildBeforeEntity(mContext, TEST_ID, in testTrimLeaveValid() local
446 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptyUntouched() local
475 final RawContactDelta state = getRawContact(TEST_ID, before); in testTrimEmptyAfterUpdate() local
523 final RawContactDelta state = getRawContact(null); in testTrimInsertEmpty() local
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DPackageInstallerCompat.java57 public int state; field in PackageInstallerCompat.PackageInstallInfo
64 public PackageInstallInfo(String packageName, int state, int progress) { in PackageInstallInfo()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java221 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
331 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
562 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
588 private void processAudioStateEvent(int state, BluetoothDevice device) { in processAudioStateEvent()
727 private void broadcastAudioState(BluetoothDevice device, int state, int prevState) { in broadcastAudioState()
742 private void onConnectionStateChanged(int state, byte[] address) { in onConnectionStateChanged()
749 private void onAudioStateChanged(int state, byte[] address) { in onAudioStateChanged()
771 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { in onConnectionStateChanged()
DA2dpSinkStateMachine.java230 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
343 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
553 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
573 private void processAudioStateEvent(int state, BluetoothDevice device) { in processAudioStateEvent()
695 private void broadcastAudioState(BluetoothDevice device, int state, int prevState) { in broadcastAudioState()
720 private void onConnectionStateChanged(int state, byte[] address) { in onConnectionStateChanged()
727 private void onAudioStateChanged(int state, byte[] address) { in onAudioStateChanged()
761 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { in onConnectionStateChanged()
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DRecorder.java49 public void onStateChanged(int state); in onStateChanged()
101 public int state() { in state() method in Recorder
260 private void setState(int state) { in setState()
268 private void signalStateChanged(int state) { in signalStateChanged()
/packages/apps/InCallUI/src/com/android/incallui/
DCall.java66 public static boolean isConnectingOrConnected(int state) { in isConnectingOrConnected()
82 public static boolean isDialing(int state) { in isDialing()
86 public static String toString(int state) { in toString()
278 Call(int state) { in Call()
403 private static int translateState(int state) { in translateState()
458 public void setState(int state) { in setState()
623 public void setSessionModificationState(int state) { in setSessionModificationState()
DCallUtils.java50 final int state = call.getState(); in isIncomingVideoCall() local
62 final int state = call.getState(); in isOutgoingVideoCall() local
/packages/apps/Camera2/src/com/android/camera/widget/
DExternalViewerButton.java91 public void setState(int state) { in setState()
122 private int getViewButtonResource(int state) { in getViewButtonResource()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewState.java53 public static boolean isExpanded(int state) { in isExpanded()
56 public static boolean isSuperCollapsed(int state) { in isSuperCollapsed()
166 final MessageViewState state = states.getParcelable(key); in ConversationViewState() local
167 mMessageViewStates.put(Uri.parse(key), state); in ConversationViewState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java294 void onBondStateChanged(BluetoothDevice device, int state) in onBondStateChanged()
352 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange()
385 private boolean validateProfileConnectionState(int state) { in validateProfileConnectionState()
393 private int convertToAdapterState(int state) { in convertToAdapterState()
408 private boolean updateCountersAndCheckForConnectionStateChange(int state, int prevState) { in updateCountersAndCheckForConnectionStateChange()
652 void discoveryStateChangeCallback(int state) { in discoveryStateChangeCallback()
DProfileService.java139 int state= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onStartCommand() local
219 protected void notifyProfileServiceStateChanged(int state) { in notifyProfileServiceStateChanged()
222 mAdapterService.onProfileServiceStateChanged(getClass().getName(), state); in notifyProfileServiceStateChanged() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java159 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState()
174 public void setState(RawContactDelta state, AccountType type, ViewIdGenerator vig, in setState()
251 primary, state, false, vig); in setState() local
254 primary, state, false, vig); in setState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java207 int state = mAdapter.getState(); in onCreate() local
242 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in parseIntent() local
388 int state = mAdapter.getState(); in initSocket() local
746 private void setState(int state) { in setState()
750 private synchronized void setState(int state, int result) { in setState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java207 private void addCall(int state, String number) { in addCall()
268 private int callsInState(int state) { in callsInState()
299 private void setCallState(BluetoothHeadsetClientCall c, int state) { in setCallState()
876 private void queryCallsUpdate(int id, int state, String number, boolean multiParty, in queryCallsUpdate()
1377 private void processConnectionEvent(int state, BluetoothDevice device) in processConnectionEvent()
1479 …private void processConnectionEvent(int state, int peer_feat, int chld_feat, BluetoothDevice devic… in processConnectionEvent()
2022 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
2044 private void processAudioEvent(int state, BluetoothDevice device) { in processAudioEvent()
2190 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent()
2212 private void processAudioEvent(int state, BluetoothDevice device) { in processAudioEvent()
[all …]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothTestUtils.java32 int state = adapter.getState(); in enableBt() local

12345678910>>...13