/packages/apps/Settings/tests/unit/src/com/android/settings/accounts/ |
D | Authenticator.java | 33 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties() 38 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount() 47 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials() 53 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken() 64 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials() 70 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | Authenticator.java | 37 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties() 44 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount() 53 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials() 61 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken() 76 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials() 84 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarUxRestrictionsConfigurationXmlParserTest.java | 64 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_PARKED, 0f); in testParsingParameters() local 88 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_MOVING, 1f); in testParsingMovingState_NoSpeedRange() local 99 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_MOVING, 1f); in testParsingMovingState_SingleSpeedRange() local 185 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_PARKED, 0f); in testMultipleConfigurationsShareParameters() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterRedEyeRepresentation.java | 53 RedEyeCandidate r = (RedEyeCandidate) getCandidate(i); in addRect() local 59 RedEyeCandidate r = intersects.elementAt(i); in addRect() local
|
D | ColorSpaceMatrix.java | 185 public float getRed(int r, int g, int b) { in getRed() 197 public float getGreen(int r, int g, int b) { in getGreen() 209 public float getBlue(int r, int g, int b) { in getBlue() 213 private float getRedf(float r, float g, float b) { in getRedf() 217 private float getGreenf(float r, float g, float b) { in getGreenf() 221 private float getBluef(float r, float g, float b) { in getBluef()
|
D | ImageFilterBwFilter.java | 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter() 58 int r = 0xFF & (rgb >> 16); in apply() local
|
D | FilterRotateRepresentation.java | 76 public FilterRotateRepresentation(FilterRotateRepresentation r) { in FilterRotateRepresentation() method in FilterRotateRepresentation 106 public void set(FilterRotateRepresentation r) { in set() 179 Rotation r = Rotation.fromValue(reader.nextInt()); in deSerializeRepresentation() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | CountedDataInputStream.java | 46 int r = in.read(b); in read() local 53 int r = in.read(b, off, len); in read() local 60 int r = in.read(); in read() local 86 int r = read(b, off, len); in readOrThrow() local
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | CountedDataInputStream.java | 45 int r = in.read(b); in read() local 52 int r = in.read(b, off, len); in read() local 59 int r = in.read(); in read() local 83 int r = read(b, off, len); in readOrThrow() local
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | CountedDataInputStream.java | 45 int r = in.read(b); in read() local 52 int r = in.read(b, off, len); in read() local 59 int r = in.read(); in read() local 85 int r = read(b, off, len); in readOrThrow() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 45 int r = in.read(b); in read() local 52 int r = in.read(b, off, len); in read() local 59 int r = in.read(); in read() local 83 int r = read(b, off, len); in readOrThrow() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropMath.java | 42 public static float[] getCornersFromRect(RectF r) { in getCornersFromRect() 62 public static boolean inclusiveContains(RectF r, float x, float y) { in inclusiveContains() 74 RectF r = new RectF(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, in trapToRect() local 173 public static void fixAspectRatio(RectF r, float w, float h) { in fixAspectRatio() 190 public static void fixAspectRatioContained(RectF r, float w, float h) { in fixAspectRatioContained() 243 int r = (int) ((rotation % 360) / 90); in constrainedRotation() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | Config.java | 44 Resources r = context.getResources(); in AlbumSetPage() local 95 Resources r = context.getResources(); in AlbumPage() local 121 Resources r = context.getResources(); in ManageCachePage() local
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_random.h | 40 inline double db_QuickRandomDouble(int &r) in db_QuickRandomDouble() 57 inline int db_RandomInt(int &r,int max) in db_RandomInt()
|
/packages/services/Car/service/src/com/android/car/systeminterface/ |
D | TimeInterface.java | 44 void scheduleAction(Runnable r, long delayMs); in scheduleAction() 54 public void scheduleAction(Runnable r, long delayMs) { in scheduleAction()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
D | RecordingTaskTest.java | 94 ScheduledRecording r = createRecording(channel); in testHandle_init() local 121 ScheduledRecording r = createRecording(channel); in testOnConnected() local 141 private RecordingTask createRecordingTask(ScheduledRecording r, Channel channel) { in createRecordingTask()
|
D | InputTaskSchedulerTest.java | 120 ScheduledRecording r = in testAddSchedule_past() local 223 ScheduledRecording r = in testUpdateSchedule_noCancel() local 238 ScheduledRecording r = in testUpdateSchedule_cancel() local
|
D | SchedulerTest.java | 105 ScheduledRecording r = in testUpdate_nextIn12Hours() local 127 ScheduledRecording r = in testStartsWithin() local
|
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/ |
D | FixedScaleDrawable.java | 37 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) { } in inflate() 40 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) { } in inflate()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RemoteRunnable.java | 26 static void executeSafely(RemoteRunnable r) { in executeSafely()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugStorageUtils.java | 94 ContentResolver r = context.getContentResolver(); in createBugReport() local 104 ContentResolver r = context.getContentResolver(); in openBugReportFileToWrite() local 113 ContentResolver r = context.getContentResolver(); in openAudioMessageFileToWrite() local 157 ContentResolver r = context.getContentResolver(); in completeDeleteBugReport() local 164 ContentResolver r = context.getContentResolver(); in deleteBugReportFiles() local 215 ContentResolver r = context.getContentResolver(); in getBugreports() local
|
/packages/apps/Gallery2/jni/filters/ |
D | redEyeMath.c | 22 int value(int r, int g, int b) { in value() 29 int r = src[p]; in isRed() local 47 int r = src[p]; in findPossible() local 106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff() 145 int r = src[p]; in filterRedEye() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | PackageIconLoader.java | 147 OpenResourceIdResult r = getResourceId(uri); in getDrawable() local 179 public Resources r; field in PackageIconLoader.OpenResourceIdResult 188 Resources r; in getResourceId() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | PriorityThreadFactory.java | 40 public Thread newThread(Runnable r) { in newThread()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
D | ScheduledRecordingTest.java | 55 ScheduledRecording r = in testIsOverLapping() local 121 private void assertOverLapping(boolean expected, long lower, long upper, ScheduledRecording r) { in assertOverLapping()
|