HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 101 - 125 of 498) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsBackupHelper.java 52 ParcelFileDescriptor newState) {
134 public void writeNewStateDescription(ParcelFileDescriptor newState) {
  /external/icu4c/layout/
ContextualGlyphInsertionProc2.cpp 42 le_uint16 newState = SWAPW(entry->newStateIndex);
136 return newState;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 489 State *NewState = NULL;
499 NewState = VI->second;
501 NewState = new State;
502 NewState->stateInfo = NewStateResources;
503 D.addState(NewState);
504 Visited[NewStateResources] = NewState;
505 WorkList.push_back(NewState);
508 current->addTransition(InsnClass, NewState);
  /external/qemu/android/
async-console.c 48 _acc_prepareLineReader(AsyncConsoleConnector* acc, int newState)
50 acc->state = newState;
  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 42 jobject newState, jobjectArray files, jobjectArray keys)
48 int newStateFD = jniGetFDFromFileDescriptor(env, newState);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 111 public static void setAccountHoldFlag(Context context, Account account, boolean newState) {
113 new PolicyServiceProxy(context).setAccountHoldFlag(account.mId, newState);
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 102 private void handleNfcStateChanged(int newState) {
103 switch (newState) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 63 ParcelFileDescriptor newState) throws IOException {
128 writeStateFile(newState);
161 ParcelFileDescriptor newState) throws IOException {
199 writeStateFile(newState);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
  /external/harfbuzz/src/
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
harfbuzz-tibetan.c 179 TibetanForm newState = tibetan_form(uc[pos]);
180 switch(newState) {
186 state = newState;
  /external/mesa3d/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 140 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
141 Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_STATE_CHANGE,prevState,newState);
    [all...]
DockObserver.java 79 int newState = Integer.parseInt(event.get("SWITCH_STATE"));
80 if (newState != mDockState) {
82 mDockState = newState;
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 61 ParcelFileDescriptor newState) throws IOException {
82 writeBackupState(savedFileSize, savedCrc, newState);
92 ParcelFileDescriptor newState) throws IOException {
157 writeBackupState(tmpfile.length(), crc, newState);
  /frameworks/base/core/java/android/app/
FragmentManager.java 789 void moveToState(Fragment f, int newState, int transit, int transitionStyle,
792 + " oldState=" + f.mState + " newState=" + newState
796 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
797 newState = Fragment.CREATED;
799 if (f.mRemoving && newState > f.mState) {
801 newState = f.mState;
805 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
806 newState = Fragment.STOPPED;
808 if (f.mState < newState) {
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationController.java 172 public void onActivityStateChange(int newState) {
174 if (newState == ActivityStatus.PAUSED) {
176 } else if (newState == ActivityStatus.RESUMED) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 129 void CSSFontFace::setLoadState(LoadState newState)
131 m_loadState = newState;
137 switch (newState) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 60 static ScriptDebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer, ScriptDebugServer::PauseOnExceptionsState newState)
64 if (presentState != newState)
65 scriptDebugServer->setPauseOnExceptionsState(newState);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 63 public void onSignalingChange(SignalingState newState);
66 public void onIceConnectionChange(IceConnectionState newState);
69 public void onIceGatheringChange(IceGatheringState newState);
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 153 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0;
154 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
155 virtual void notifyAutoWhitebalance(uint8_t newState,
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 104 * need to be backed up, write them to the data stream, and fill in newState with the
108 ParcelFileDescriptor newState) {
109 performBackup_checked(oldState, data, newState, mFiles, mKeys);

Completed in 1103 milliseconds

1 2 3 45 6 7 8 91011>>