Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 25 of 177) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricFingerprintView.java66 public void updateState(@BiometricState int newState) { in updateState()
84 private void updateIcon(int lastState, int newState) { in updateIcon()
103 private boolean shouldAnimateForTransition(int oldState, int newState) { in shouldAnimateForTransition()
122 private Drawable getAnimationForTransition(int oldState, int newState) { in getAnimationForTransition()
/frameworks/base/core/java/android/app/backup/
DBackupHelper.java73 ParcelFileDescriptor newState); in performBackup()
106 public void writeNewStateDescription(ParcelFileDescriptor newState); in writeNewStateDescription()
DFullBackupAgent.java32 ParcelFileDescriptor newState) throws IOException { in onBackup()
37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
DBackupAgentHelper.java65 ParcelFileDescriptor newState) throws IOException { in onBackup()
73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
DBackupHelperDispatcher.java49 ParcelFileDescriptor newState) throws IOException { in performBackup()
83 ParcelFileDescriptor newState, Header header, BackupHelper helper) in doOneBackup()
108 ParcelFileDescriptor newState) in performRestore()
/frameworks/base/cmds/statsd/src/state/
DStateTracker.cpp38 FieldValue newState; in onLogEvent() local
87 void StateTracker::handleReset(const int64_t eventTimeNs, const FieldValue& newState) { in handleReset()
114 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey()
168 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVoLteServiceStateTest.java41 VoLteServiceState newState = VoLteServiceState.CREATOR.createFromParcel(p); in testParcel() local
64 VoLteServiceState newState = new VoLteServiceState(state); in testCopy() local
/frameworks/base/core/java/android/os/storage/
DIStorageEventListener.aidl48 void onStorageStateChanged(in String path, in String oldState, in String newState) = 1; in onStorageStateChanged()
50 void onVolumeStateChanged(in VolumeInfo vol, int oldState, int newState) = 2; in onVolumeStateChanged()
DStorageEventListener.java47 public void onStorageStateChanged(String path, String oldState, String newState) { in onStorageStateChanged()
51 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in onVolumeStateChanged()
/frameworks/base/core/java/android/service/controls/actions/
DBooleanAction.java43 public BooleanAction(@NonNull String templateId, boolean newState) { in BooleanAction()
54 public BooleanAction(@NonNull String templateId, boolean newState, in BooleanAction()
/frameworks/base/services/robotests/backup/src/android/app/backup/
DForwardingBackupAgent.java57 ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState) in onBackup()
63 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
69 public void onRestore(BackupDataInput data, long appVersionCode, ParcelFileDescriptor newState) in onRestore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java269 State newState = transitionPolicy(requestedState); in transitionTo() local
294 private void updatePulseReason(State newState, State oldState, int pulseReason) { in updatePulseReason()
302 private void performTransitionOnComponents(State oldState, State newState) { in performTransitionOnComponents()
315 private void validateTransition(State newState) { in validateTransition()
372 private void updateWakeLockState(State newState) { in updateWakeLockState()
425 void transitionTo(State oldState, State newState); in transitionTo()
DDozeAuthRemover.java36 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp97 StateChange newState = { in markComponent() local
176 const StateChange &newState = mPendingChangeQueue[i]; in threadLoop() local
185 ComponentState newState = getDeviceStateLocked(); in threadLoop() local
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl57 in ParcelFileDescriptor newState, in doBackup()
84 long appVersionCode, in ParcelFileDescriptor newState, in doRestore()
97 long appVersionCode, in ParcelFileDescriptor newState, in doRestoreWithExcludedKeys()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java72 default void onStatePreChange(int oldState, int newState) { in onStatePreChange()
88 default void onStateChanged(int newState) { in onStateChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DMockableLocationProviderTest.java134 AbstractLocationProvider.State newState; in testSetState() local
181 AbstractLocationProvider.State newState) { in onStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java136 void update(int newState, boolean pulsing, boolean dozing, boolean keyguardJustShown) { in update()
165 private Drawable getIcon(int newState) { in getIcon()
201 private static int getAnimationIndexForTransition(int oldState, int newState, boolean pulsing, in getAnimationIndexForTransition()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp274 void CameraOfflineSessionClient::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
282 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
290 void CameraOfflineSessionClient::notifyAutoWhitebalance(uint8_t newState, int triggerId) { in notifyAutoWhitebalance()
/frameworks/base/startop/apps/test/src/
DTextViewInflationActivity.java23 Bundle newState = savedInstanceState == null in onCreate() local
DFrameLayoutInflationActivity.java23 Bundle newState = savedInstanceState == null in onCreate() local
DComplexLayoutInflationActivity.java28 Bundle newState = savedInstanceState == null in onCreate() local
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
DHugeAgent.java88 ParcelFileDescriptor newState) throws IOException { in onBackup()
221 ParcelFileDescriptor newState) throws IOException { in onRestore()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeFlashlightController.java34 public void setFlashlight(boolean newState) { in setFlashlight()
/frameworks/base/services/core/java/com/android/server/am/
DUserState.java80 public boolean setState(int oldState, int newState) { in setState()
91 public void setState(int newState) { in setState()

12345678