Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 122) sorted by relevance

12345

/packages/apps/Dialer/java/com/android/dialer/spam/stub/
DSpamStub.java91 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
99 ReportingLocation.Type from, in reportSpamFromCallHistory()
107 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
115 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
/packages/apps/Dialer/java/com/android/dialer/spam/
DSpam.java111 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
130 ReportingLocation.Type from, in reportSpamFromCallHistory()
149 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
168 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateIntentCompleted.java36 public static StateIntentCompleted from( in from() method in StateIntentCompleted
44 public static StateIntentCompleted from( in from() method in StateIntentCompleted
DStateFatal.java37 public static StateFatal from( in from() method in StateFatal
DStateForeground.java41 public static StateForeground from( in from() method in StateForeground
DStateForegroundWithSurfaceTexture.java39 public static StateForegroundWithSurfaceTexture from( in from() method in StateForegroundWithSurfaceTexture
DStateBackgroundWithSurfaceTexture.java46 public static StateBackgroundWithSurfaceTexture from( in from() method in StateBackgroundWithSurfaceTexture
DStateSavingPicture.java47 public static StateSavingPicture from( in from() method in StateSavingPicture
DStateBackground.java47 public static StateBackground from( in from() method in StateBackground
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DFunction.java50 T apply(F from); in apply()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DExperimentFeature.java25 public static Feature from(ExperimentFlag<Boolean> flag) { in from() method in ExperimentFeature
DFlagFeature.java27 public static <T> FlagFeature<T> from( in from() method in FlagFeature
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DUtils.java47 final int from, final int to) { in appendByteArray()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java36 public void cancelAllBetween(int from, int to) { in cancelAllBetween()
/packages/apps/Camera2/src/com/android/camera/stats/
DCamera2FaceProxy.java35 public static Camera2FaceProxy from(Face face) { in from() method in Camera2FaceProxy
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DFloatAnimation.java25 public FloatAnimation(float from, float to, int duration) { in FloatAnimation()
DAlphaAnimation.java27 public AlphaAnimation(float from, float to) { in AlphaAnimation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DMatrixFit.java31 public MatrixFit(double[][] from, double[][] to) { in MatrixFit()
47 public boolean fit(double[][] from, double[][] to) { in fit()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeableItemView.java40 public static SwipeableView from(View view) { in from() method in SwipeableItemView.SwipeableView
/packages/apps/Dialer/java/com/android/bubble/
DBubbleInfo.java51 public static Builder from(@NonNull BubbleInfo bubbleInfo) { in from() method in BubbleInfo
100 public static Builder from(@NonNull Action action) { in from() method in BubbleInfo.Action
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardBase.java209 private void copyStringExtra(Intent from, Intent to, String key) { in copyStringExtra()
215 private void copyBooleanExtra(Intent from, Intent to, String key) { in copyBooleanExtra()
223 final Intent from = getIntent(); in startActivity() local
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() method in ImageRotationCalculatorImpl
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java217 private void copyStringExtra(Intent from, Intent to, String key) { in copyStringExtra()
223 private void copyBooleanExtra(Intent from, Intent to, String key) { in copyBooleanExtra()
231 final Intent from = getIntent(); in startActivity() local
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java58 private void verifyState(final int count, final int from, final int to) { in verifyState()
64 private void verifyTransition(final int index, final int from, final int to) { in verifyTransition()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java180 private static void copyString(String key, ContentValues from, ContentValues to) { in copyString()
187 private static void copyInteger(String key, ContentValues from, ContentValues to) { in copyInteger()
194 private static void copyLong(String key, ContentValues from, ContentValues to) { in copyLong()

12345