HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 36 * @param newState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
38 public void onStorageStateChanged(String path, String oldState, String newState) {
  /packages/apps/Calendar/src/com/android/calendar/
CalendarBackupAgent.java 39 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
47 super.onRestore(data, appVersionCode, newState);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 126 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState);
129 if (BluetoothAdapter.STATE_OFF == newState
135 if (BluetoothAdapter.STATE_ON == newState
141 if (BluetoothAdapter.STATE_OFF == newState) {
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 100 ProgramState NewState = *state;
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
110 ProgramStateRef Result = getPersistentState(NewState);
124 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
128 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
130 return newState;
176 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 67 public NFAState newState() {
119 NFAState left = newState();
120 NFAState right = newState();
137 NFAState left = newState();
138 NFAState right = newState();
164 NFAState left = newState();
165 NFAState right = newState();
201 NFAState first = newState();
206 NFAState next = newState();
235 NFAState left = newState();
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2ClientBase.cpp 236 void Camera2ClientBase<TClientBase>::notifyAutoFocus(uint8_t newState,
238 (void)newState;
242 __FUNCTION__, newState, triggerId);
254 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState,
256 (void)newState;
260 __FUNCTION__, newState, triggerId);
264 void Camera2ClientBase<TClientBase>::notifyAutoWhitebalance(uint8_t newState,
266 (void)newState;
270 __FUNCTION__, newState, triggerId);
Camera2ClientBase.h 65 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
66 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
67 virtual void notifyAutoWhitebalance(uint8_t newState,
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 78 ParcelFileDescriptor newState) throws IOException {
81 super.onBackup(oldState, data, newState);
91 ParcelFileDescriptor newState) throws IOException {
95 super.onRestore(data, appVersionCode, newState);
  /frameworks/base/core/java/android/app/backup/
BackupAgentHelper.java 65 ParcelFileDescriptor newState) throws IOException {
66 mDispatcher.performBackup(oldState, data, newState);
73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
75 mDispatcher.performRestore(data, appVersionCode, newState);
FileBackupHelper.java 64 * stream, and fill in <code>newState</code> with the state as it exists
74 ParcelFileDescriptor newState) {
85 performBackup_checked(oldState, data, newState, fullPaths, files);
FileBackupHelperBase.java 54 ParcelFileDescriptor newState, String[] files, String[] keys) {
71 FileDescriptor newStateFd = newState.getFileDescriptor();
122 int data, FileDescriptor newState, String[] files, String[] keys);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 27 void onBluetoothStateChange(int prevState, int newState);
IBluetoothHealthCallback.aidl 30 in BluetoothDevice device, int prevState, int newState, in
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IPolicyService.aidl 22 void setAccountHoldFlag(long accountId, boolean newState);
  /external/webkit/LayoutTests/http/tests/resources/
tripmine.php 15 function setState($newState, $file)
17 file_put_contents($file, $newState);
  /frameworks/base/libs/storage/
IMountServiceListener.cpp 42 String16 newState = data.readString16();
43 onStorageStateChanged(path, oldState, newState);
  /packages/apps/Email/src/com/android/email/service/
PolicyService.java 46 public void setAccountHoldFlag(long accountId, boolean newState) {
47 SecurityPolicy.setAccountHoldFlag(mContext, accountId, newState);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
SDL_sysjoystick.c 121 int newstate = regs.r[0]; local
123 if (newstate != oldstate)
125 if ((newstate & 0xFF) != (oldstate & 0xFF))
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00))
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000))
153 joystick->hwdata->joystate = newstate;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 135 public void setComponentEnabledSetting(ComponentName componentName, int newState, int flags) {
136 componentList.put(componentName, new ComponentState(newState, flags));
194 public int newState;
197 public ComponentState(int newState, int flags) {
198 this.newState = newState;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 215 int newState = ss.getState();
216 if (newState != mServiceState) {
217 Log.d(TAG, "Service state changed! " + newState + " Full: " + ss);
218 mServiceState = newState;
219 if (newState == ServiceState.STATE_IN_SERVICE ||
220 newState == ServiceState.STATE_EMERGENCY_ONLY) {
  /packages/apps/Phone/src/com/android/phone/
CdmaPhoneCallState.java 92 public void setCurrentCallState(PhoneCallState newState) {
94 mCurrentCallState = newState;
121 public void setThreeWayCallOrigState(boolean newState) {
122 mThreeWayCallOrigStateDialing = newState;
135 public void setAddCallMenuStateAfterCallWaiting(boolean newState) {
136 mAddCallMenuStateAfterCW = newState;
  /external/chromium/third_party/libjingle/source/talk/base/
task.cc 219 int newstate = STATE_ERROR; local
223 newstate = OnTimeout();
228 newstate = STATE_START;
231 newstate = ProcessStart();
234 newstate = ProcessResponse();
238 newstate = STATE_BLOCKED;
243 return newstate;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 122 public void onStorageStateChanged(final String path, final String oldState, final String newState) {
126 onStorageStateChangedAsync(path, oldState, newState);
131 private void onStorageStateChangedAsync(String path, String oldState, String newState) {
133 "Media {%s} state changed from {%s} -> {%s}", path, oldState, newState));
134 if (newState.equals(Environment.MEDIA_SHARED)) {
146 } else if (newState.equals(Environment.MEDIA_CHECKING)) {
156 } else if (newState.equals(Environment.MEDIA_MOUNTED)) {
163 } else if (newState.equals(Environment.MEDIA_UNMOUNTED)) {
202 } else if (newState.equals(Environment.MEDIA_NOFS)) {
216 } else if (newState.equals(Environment.MEDIA_UNMOUNTABLE))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1DFA.java 52 DFAState s0 = newState();
61 DFAState acceptAltState = newState();
78 DFAState s0 = newState();
91 DFAState s = newState();
110 predDFATarget = newState(); // create if not there.
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 41 * @param newState Read-write file, empty when onBackup() is called,
46 * data has been written to the data and newState files.
53 in ParcelFileDescriptor newState,
67 * @param newState Read-write file, empty when onRestore() is called,
80 in ParcelFileDescriptor newState, int token, IBackupManager callbackBinder);

Completed in 672 milliseconds

12 3 4 5 6 7 8 91011>>