/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | contact_lookup_result.proto | 16 // Contact was not found in any of the sources. 19 // Contact was found in the local database. 28 // Phone number was an emergency phone number 31 // Phone number was the SIM card's voicemail number 34 // Phone number was identified via the places part of the People API. 37 // Phone number was identified via the profile part of the People API. 40 // Number was found in Dialer's local cache but we don't know how it was 44 // Number was found in Dialer's local cache and was originally identified 48 // Number was found in Dialer's local cache and was originally identified 52 // Number was found in Dialer's local cache and was originally identified [all …]
|
D | dialer_impression.proto | 44 // Number was identified as spam, and the user tapped that it was not spam 47 // Confirmation dialog in which the user confirmed that the number was not 53 // claimed the number was spam and had now proceeded to undo that. 58 // A number that was identified as spam and the user proceeded to block it. 59 // However this impression was to make sure that while blocking the number 92 // User blocked a number, does not guarantee if the number was reported as 132 // number was marked as Spam by the user (e.g from the feedback prompt) 138 // number was marked as Not Spam by the user (e.g from the feedback prompt) 181 // User was not able to or did not participate in the call e.g missed calls, 210 // Voicemail call log entry was expanded. Could be either if the user tapped [all …]
|
D | interaction_event.proto | 19 // An incoming call was blocked
|
/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/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/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 27 // Transcription was successful and the transcript is present. 33 // Transcription was successful, but the expiration period has passed, which 54 // No speech was detected in the voicemail. 76 // User indicated that the transcription was good. 79 // User indicated that the transcription was bad. 133 // Unique ID for the transcription. This ID was returned by 180 // Returns the transcript corresponding to the given ID, which was returned
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 166 CANCEL = 3; // Indicates that a confirmation screen was cancelled 167 CONFIRM = 4; // Indicates thata confirmation screen was accepted 168 STOP = 5; // Indicates onStop() was called (screen time out, power off) 169 RECENTS_BUTTON = 6; // Indicates that Recents button was pressed 170 RESUME = 7; // Indicates onResume() was called 177 // Log if the action was performed on outside of the container
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 201 // Disconnected because there was an error, such as a problem 216 // Disconnected because there was no response to an incoming call. 222 // Disconnected because the other party was busy. 259 // True if the call interrupted an in-progress call, whether it was the 263 // True if the call was interrupted by another call. 278 // 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/services/Car/car-lib/api/ |
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…
|
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…
|
/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/Dialer/java/com/android/dialer/enrichedcall/historyquery/proto/ |
D | history_result.proto | 10 // 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 | 51 // 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 | 46 // 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 | 44 // 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 | 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…
|
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 | encoding.md | 116 …s not necessary, as it must decode the input sequence. And if the sequence was unable to be decode…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 32 RapidJSON is a JSON parser and generator for C++. It was inspired by [RapidXml](http://rapidxml.sou…
|