/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthBiometricFingerprintView.java | 66 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/ |
D | BackupHelper.java | 73 ParcelFileDescriptor newState); in performBackup() 106 public void writeNewStateDescription(ParcelFileDescriptor newState); in writeNewStateDescription()
|
D | FullBackupAgent.java | 32 ParcelFileDescriptor newState) throws IOException { in onBackup() 37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
D | BackupAgentHelper.java | 65 ParcelFileDescriptor newState) throws IOException { in onBackup() 73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
D | BackupHelperDispatcher.java | 49 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/ |
D | StateTracker.cpp | 38 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/ |
D | VoLteServiceStateTest.java | 41 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/ |
D | IStorageEventListener.aidl | 48 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()
|
D | StorageEventListener.java | 47 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/ |
D | BooleanAction.java | 43 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/ |
D | ForwardingBackupAgent.java | 57 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/ |
D | DozeMachine.java | 269 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()
|
D | DozeAuthRemover.java | 36 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 97 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/ |
D | IBackupAgent.aidl | 57 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/ |
D | StatusBarStateController.java | 72 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/ |
D | MockableLocationProviderTest.java | 134 AbstractLocationProvider.State newState; in testSetState() local 181 AbstractLocationProvider.State newState) { in onStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockIcon.java | 136 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/ |
D | CameraOfflineSessionClient.cpp | 274 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/ |
D | TextViewInflationActivity.java | 23 Bundle newState = savedInstanceState == null in onCreate() local
|
D | FrameLayoutInflationActivity.java | 23 Bundle newState = savedInstanceState == null in onCreate() local
|
D | ComplexLayoutInflationActivity.java | 28 Bundle newState = savedInstanceState == null in onCreate() local
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
D | HugeAgent.java | 88 ParcelFileDescriptor newState) throws IOException { in onBackup() 221 ParcelFileDescriptor newState) throws IOException { in onRestore()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeFlashlightController.java | 34 public void setFlashlight(boolean newState) { in setFlashlight()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserState.java | 80 public boolean setState(int oldState, int newState) { in setState() 91 public void setState(int newState) { in setState()
|