Home
last modified time | relevance | path

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

12345

/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/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/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/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java81 Connection(String to, String from) throws Exception { in Connection()
104 TcpConnection(String to, String from) throws Exception { in TcpConnection()
128 UdpConnection(String to, String from) throws Exception { in UdpConnection()
166 public void checkGetConnectionOwnerUid(String to, String from) throws Exception { in checkGetConnectionOwnerUid()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTransportModeChildSessionParams.java125 public Builder setLifetimeSeconds( in setLifetimeSeconds()
127 from = CHILD_HARD_LIFETIME_SEC_MINIMUM, in setLifetimeSeconds()
DTunnelModeChildSessionParams.java213 public Builder setLifetimeSeconds( in setLifetimeSeconds()
215 from = CHILD_HARD_LIFETIME_SEC_MINIMUM, in setLifetimeSeconds()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java36 public void cancelAllBetween(int from, int to) { in cancelAllBetween()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DUtils.java48 final int from, final int to) { in appendByteArray()
/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/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/filtershow/tools/
DMatrixFit.java31 public MatrixFit(double[][] from, double[][] to) { in MatrixFit()
47 public boolean fit(double[][] from, double[][] to) { in fit()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DDeveloperPreferenceFeature.java41 public static DeveloperPreferenceFeature from( in from() method in DeveloperPreferenceFeature
DFlagFeature.java27 public static <T> FlagFeature<T> from( in from() method in FlagFeature
/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()

12345