/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | contact_lookup_result.proto | 15 // Contact was not found in any of the sources. 18 // Contact was found in the local database. 27 // Phone number was an emergency phone number 30 // Phone number was the SIM card's voicemail number 33 // Phone number was identified via the places part of the People API. 36 // Phone number was identified via the profile part of the People API. 39 // Number was found in Dialer's local cache but we don't know how it was 43 // Number was found in Dialer's local cache and was originally identified 47 // Number was found in Dialer's local cache and was originally identified 51 // Number was found in Dialer's local cache and was originally identified [all …]
|
D | dialer_impression.proto | 43 // Number was identified as spam, and the user tapped that it was not spam 46 // Confirmation dialog in which the user confirmed that the number was not 52 // claimed the number was spam and had now proceeded to undo that. 57 // A number that was identified as spam and the user proceeded to block it. 58 // However this impression was to make sure that while blocking the number 91 // User blocked a number, does not guarantee if the number was reported as 131 // number was marked as Spam by the user (e.g from the feedback prompt) 137 // number was marked as Not Spam by the user (e.g from the feedback prompt) 180 // User was not able to or did not participate in the call e.g missed calls, 209 // Voicemail call log entry was expanded. Could be either if the user tapped [all …]
|
D | interaction_event.proto | 18 // An incoming call was blocked
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 562 int was = currentPage; in setSelectedPage() local 573 final int steps = Math.abs(now - was); in setSelectedPage() 574 moveAnimation = createMoveSelectedAnimator(dotCenterX[now], was, now, steps); in setSelectedPage() 581 joiningAnimations[i] = createJoiningAnimator(now > was ? was + i : was - 1 - i, in setSelectedPage() 592 private ValueAnimator createMoveSelectedAnimator(final float moveTo, int was, int now, in createMoveSelectedAnimator() argument 598 retreatAnimation = new PendingRetreatAnimator(was, now, steps, in createMoveSelectedAnimator() 599 now > was in createMoveSelectedAnimator() 759 public PendingRetreatAnimator(int was, int now, int steps, StartPredicate predicate) { in PendingRetreatAnimator() argument 767 final float initialX1 = now > was ? Math.min(dotCenterX[was], selectedDotX) - dotRadius in PendingRetreatAnimator() 769 final float finalX1 = now > was ? dotCenterX[now] - dotRadius in PendingRetreatAnimator() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 562 int was = currentPage; in setSelectedPage() local 573 final int steps = Math.abs(now - was); in setSelectedPage() 574 moveAnimation = createMoveSelectedAnimator(dotCenterX[now], was, now, steps); in setSelectedPage() 581 joiningAnimations[i] = createJoiningAnimator(now > was ? was + i : was - 1 - i, in setSelectedPage() 592 private ValueAnimator createMoveSelectedAnimator(final float moveTo, int was, int now, in createMoveSelectedAnimator() argument 598 retreatAnimation = new PendingRetreatAnimator(was, now, steps, in createMoveSelectedAnimator() 599 now > was in createMoveSelectedAnimator() 759 public PendingRetreatAnimator(int was, int now, int steps, StartPredicate predicate) { in PendingRetreatAnimator() argument 767 final float initialX1 = now > was ? Math.min(dotCenterX[was], selectedDotX) - dotRadius in PendingRetreatAnimator() 769 final float finalX1 = now > was ? dotCenterX[now] - dotRadius in PendingRetreatAnimator() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 26 // Transcription was successful and the transcript is present. 32 // Transcription was successful, but the expiration period has passed, which 53 // No speech was detected in the voicemail. 75 // User indicated that the transcription was good. 78 // User indicated that the transcription was bad. 132 // Unique ID for the transcription. This ID was returned by 179 // Returns the transcript corresponding to the given ID, which was returned
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 168 CANCEL = 3; // Indicates that a confirmation screen was cancelled 169 CONFIRM = 4; // Indicates thata confirmation screen was accepted 170 STOP = 5; // Indicates onStop() was called (screen time out, power off) 171 RECENTS_BUTTON = 6; // Indicates that Recents button was pressed 172 RESUME = 7; // Indicates onResume() was called 179 // Log if the action was performed on outside of the container
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 211 // Disconnected because there was an error, such as a problem 226 // Disconnected because there was no response to an incoming call. 232 // Disconnected because the other party was busy. 269 // True if the call interrupted an in-progress call, whether it was the 273 // True if the call was interrupted by another call. 288 // Set to true if the call was created from createCallForExistingConnection.
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | readme.txt | 1 The contacts in this example were created on a device that was synchronized to the server. 2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 37 // Fulfillment update of an action that was requested previously by 105 // The time, in milliseconds, this message notification was last updated. 132 // Timestamp of when the message notification was originally posted on the
|
/packages/services/Car/car-lib/api/ |
D | baseline.txt | 25 …Class android.car.hardware.CarPropertyConfig is hidden but was referenced (as return type paramete… 27 …Class android.car.navigation.CarNavigationInstrumentCluster is hidden but was referenced (as retur…
|
D | test-baseline.txt | 26 …Class android.car.hardware.CarPropertyConfig is hidden but was referenced (as return type paramete… 28 …Class android.car.navigation.CarNavigationInstrumentCluster is hidden but was referenced (as retur…
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_base.flags | 11 # Preverification was introduced in Java 6 to enable faster classloading, but 59 # Based on http://ag/718466: android.app.Notification.setLatestEventInfo() was
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/proto/ |
D | calendar.proto | 102 // The date that this calendar event was created. 105 // The date that this calendar event was last modified.
|
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/historyquery/proto/ |
D | history_result.proto | 9 // Holds data that was used in an enrichedcall in the past
|
/packages/apps/Messaging/build/ |
D | README | 6 …file which came from /home/build/nonconf/google3/tools/java/checkstyle and was modified to use And…
|
/packages/apps/Dialer/java/com/android/dialer/callintent/ |
D | call_initiation_type.proto | 50 // Call was placed from outside the Dialer (e.g. CALL intent sent
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 90 // internationalized and ready for display, or empty if no distance value was 384 // navigation, or not present if the lanes configuration image was not 471 // destination, or not set if distance was not provided or is unknown. 475 // or not set if it was not provided or is unknown.
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | select_phone_account_dialog_options.proto | 45 // the account was selected frequently before.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 60 # @param corpus The corpus that was queried.
|
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | dialer_phone_number.proto | 43 // when the number is not valid and no country prefix was prepended. This may
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 22 the framework was more mature, the team realized that they needed to add
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 9 In the tutorial, `Value` and `Document` was used. Similarly to `std::string`, these are actually `… 36 …s in Windows use UTF-16 (wide character) encoding. No matter what encoding was used in JSON files,…
|
D | internals.md | 184 However, this requires 4 comparisons and a few branching for each character. This was found to be a… 186 To accelerate this process, SIMD was applied to compare 16 characters with 4 white spaces for each …
|
D | faq.md | 39 …RapidJSON was firstly implemented for C++03. Later it added optional support of some C++11 feature… 281 …It was just a hobby project initially in 2011. Milo Yip is a game programmer and he just knew abou…
|