Home
last modified time | relevance | path

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

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricFingerprintView.java68 public void updateState(@BiometricState int newState) { in updateState()
86 private void updateIcon(int lastState, int newState) { in updateIcon()
111 private CharSequence getIconContentDescription(int newState) { in getIconContentDescription()
130 private boolean shouldAnimateForTransition(int oldState, int newState) { in shouldAnimateForTransition()
149 private Drawable getAnimationForTransition(int oldState, int newState) { in getAnimationForTransition()
DAuthBiometricFaceToFingerprintView.java54 void updateState(@BiometricState int newState) { in updateState()
59 protected void updateState(int lastState, int newState) { in updateState()
186 public void updateState(@BiometricState int newState) { in updateState()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneProvider.java205 ProviderState newState(@ProviderStateEnum int newStateEnum, in newState() method in LocationTimeZoneProvider.ProviderState
480 final void setCurrentState(@NonNull ProviderState newState, boolean notifyChanges) { in setCurrentState()
502 void onSetCurrentState(ProviderState newState) { in onSetCurrentState()
540 ProviderState newState = currentState.newState( in startUpdates() local
560 ProviderState newState = currentState.newState( in handleInitializationTimeout() local
591 ProviderState newState = currentState.newState( in stopUpdates() local
656 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local
691 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local
708 ProviderState newState = currentState.newState(providerStateEnum, in handleTimeZoneProviderEvent() local
/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/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/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/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.java48 public void onStorageStateChanged(String path, String oldState, String newState) { in onStorageStateChanged()
52 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in onVolumeStateChanged()
/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.java275 State newState = transitionPolicy(requestedState); in transitionTo() local
300 private void updatePulseReason(State newState, State oldState, int pulseReason) { in updatePulseReason()
308 private void performTransitionOnComponents(State oldState, State newState) { in performTransitionOnComponents()
322 private void validateTransition(State newState) { in validateTransition()
376 private void updateWakeLockState(State newState) { in updateWakeLockState()
430 void transitionTo(State oldState, State newState); in transitionTo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedState.java97 public void setState(@State int newState) { in setState()
118 default void onStateChanged(@State int newState) {} in onStateChanged()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupAgentTest.java86 ParcelFileDescriptor newState) throws IOException { in onBackup()
92 ParcelFileDescriptor newState) throws IOException { in onRestore()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp116 StateChange newState = { in markComponent() local
195 const StateChange &newState = mPendingChangeQueue[i]; in threadLoop() local
204 ComponentState newState = getDeviceStateLocked(); in threadLoop() local
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl53 in ParcelFileDescriptor newState, in doBackup()
80 long appVersionCode, in ParcelFileDescriptor newState, in doRestore()
93 long appVersionCode, in ParcelFileDescriptor newState, in doRestoreWithExcludedKeys()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java135 void update(int newState, boolean dozing, boolean keyguardJustShown) { in update()
166 private Drawable getIcon(int newState) { in getIcon()
201 private static int getAnimationIndexForTransition(int oldState, int newState, boolean dozing, in getAnimationIndexForTransition()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintStateListener.aidl26 void onStateChanged(int newState); in onStateChanged()
/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/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java77 default void onStatePreChange(int oldState, int newState) { in onStatePreChange()
93 default void onStateChanged(int newState) { in onStateChanged()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp291 void CameraOfflineSessionClient::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
299 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
307 void CameraOfflineSessionClient::notifyAutoWhitebalance(uint8_t newState, int triggerId) { in notifyAutoWhitebalance()
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
DHugeAgent.java88 ParcelFileDescriptor newState) throws IOException { in onBackup()
221 ParcelFileDescriptor newState) throws IOException { in onRestore()

12345678