Searched refs:source (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/packages/services/Telephony/src/com/android/phone/
H A DMobileDataPreference.java287 public CellDataState(Parcel source) { argument
288 super(source);
289 mChecked = source.readByte() != 0;
290 mMultiSimDialog = source.readByte() != 0;
291 mSubId = source.readInt();
304 public CellDataState createFromParcel(Parcel source) {
305 return new CellDataState(source);
H A DNetworkSelectListPreference.java660 SavedState(Parcel source) { argument
661 super(source);
663 mDialogListEntries = source.readCharSequenceArray();
664 mDialogListEntryValues = source.readCharSequenceArray();
665 mCellInfoList = source.readParcelableList(mCellInfoList, boot);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java88 return String.format("Event{source = %s, keycode = %s, key%s}\n",
89 event.source,
109 return String.format("Event{source = HAL, keycode = %s, key%s}\n",
/packages/services/Car/tools/keventreader/client/src/com/android/car/keventreader/
H A DKeypressEvent.java580 public final String source; field in class:KeypressEvent
596 source = in.readString();
608 dest.writeString(source);
617 return other.source.equals(source) &&
626 return"Event{source = " + source + ", keycode = " + keycode +
/packages/services/Car/tools/keventreader/server/
H A Devent.cpp24 KeypressEvent::KeypressEvent(const std::string source, uint32_t keycode, bool keydown) { argument
25 this->source = source;
31 String16 s16 = String16(source.c_str());
41 source = std::string(String8(s16).c_str());
H A Devent.h28 KeypressEvent(const std::string source = "", uint32_t keycode = 0, bool keydown = false);
30 std::string source; member in struct:com::android::car::keventreader::KeypressEvent
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java124 void onExtrasChanged(Call c, int source, Bundle extras); argument
125 void onExtrasRemoved(Call c, int source, List<String> keys); argument
183 public void onExtrasChanged(Call c, int source, Bundle extras) {} argument
185 public void onExtrasRemoved(Call c, int source, List<String> keys) {} argument
2001 * Note: this method needs to know the source of the extras change (see
2007 * @param source The source of the extras addition.
2010 void putExtras(int source, Bundle extras) { argument
2020 l.onExtrasChanged(this, source, extras);
2024 if (source
2046 removeExtras(int source, List<String> keys) argument
[all...]
H A DCallsManager.java582 * Whether allow (silence rather than reject) the incoming call if it has a different source
1685 public void onExtrasRemoved(Call c, int source, List<String> keys) { argument
1686 if (source != Call.SOURCE_CONNECTION_SERVICE) {
1693 public void onExtrasChanged(Call c, int source, Bundle extras) { argument
1694 if (source != Call.SOURCE_CONNECTION_SERVICE) {
2531 // Let the handover destination know that the source has disconnected prior to
2549 // Inform the "from" Call (ie the source call) that the handover from it has
2576 // Inform the "from" Call (ie the source call) that the handover from it has
3532 // If source and destination phone accounts don't support handover, send an error back.
H A DInCallController.java612 * so we will only trigger an update of the call information if the source of the extras
616 * @param source The source of the extras change ({@link Call#SOURCE_CONNECTION_SERVICE} or
621 public void onExtrasChanged(Call call, int source, Bundle extras) {
623 if (source == Call.SOURCE_INCALL_SERVICE) {
633 * so we will only trigger an update of the call information if the source of the extras
636 * @param source The source of the extras change ({@link Call#SOURCE_CONNECTION_SERVICE} or
641 public void onExtrasRemoved(Call call, int source, List<String> keys) {
643 if (source
[all...]
/packages/services/Car/
H A Dapicheck.mk24 # $(car_module_src_files) - list of source files
32 # Generate the public stub source files
69 # Generate the system stub source files
/packages/services/Car/car-lib/
H A DAndroid.mk122 # Make sure to run droiddoc first to generate the stub source files.
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarPropertyConfig.java254 public AreaConfig<E> createFromParcel(Parcel source) {
255 return new AreaConfig<>(source);
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2Connection.java295 String getDiagnosticTroubleCode(IntegerArrayStream source) { argument
305 int byte0 = source.consume();
306 int byte1 = source.consume();
/packages/services/Car/tests/CarDiagnosticVerifier/
H A DAndroid.mk22 # Only compile source java files in this apk.
/packages/screensavers/PhotoTable/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/screensavers/WebView/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/services/BuiltInPrintService/jni/lib/
H A DwprintJNI.c1134 static char *copyToNewString(JNIEnv *env, jstring source) { argument
1138 fromJava = (*env)->GetStringUTFChars(env, source, NULL);
1143 (*env)->ReleaseStringUTFChars(env, source, fromJava);
/packages/services/BuiltInPrintService/src/com/android/bips/util/
H A DFileUtils.java43 /** Copy files from source to target, closing each stream when done */
44 public static void copy(InputStream source, OutputStream target) throws IOException { argument
45 try (InputStream in = source; OutputStream out = target) {
/packages/screensavers/Basic/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java262 private static int buildShader(String source, int type) { argument
265 glShaderSource(shader, source);
/packages/providers/ContactsProvider/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java112 // source is always the latest DB after all the upgrade steps) to the *latest* schema
316 try (Cursor source = contacts.rawQuery(
318 while (source.moveToNext()) {
321 DatabaseUtils.cursorRowToContentValues(source, cv);
327 try (Cursor source = contacts.rawQuery("SELECT * FROM " +
329 while (source.moveToNext()) {
332 DatabaseUtils.cursorRowToContentValues(source, cv);
H A DContactLocaleUtils.java496 keyPinyin.insert(0, token.source);
497 keyInitial.insert(0, token.source.charAt(0));
499 keyOriginal.insert(0, token.source);
H A DContactsDatabaseHelper.java4620 int source = getDisplayNameSourceForMimeTypeId(mimeType);
4622 if (source == DisplayNameSources.STRUCTURED_NAME) {
4632 // source score to STRUCTURED_PHONETIC_NAME.
4633 source = DisplayNameSources.STRUCTURED_PHONETIC_NAME;
4637 if (source < bestDisplayNameSource || source == DisplayNameSources.UNDEFINED) {
4641 if (source == bestDisplayNameSource
4669 bestDisplayNameSource = source;
4676 bestDisplayNameSource = source;
4688 bestDisplayNameSource = source;
[all...]

Completed in 309 milliseconds

1234567891011