Searched defs:toString (Results 226 - 250 of 1116) sorted by last modified time

1234567891011>>

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DSimpleRecipientChip.java112 public String toString() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java103 public String toString() { method in class:VisibleRecipientChip
104 return mDelegate.toString();
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java117 public String toString() { method in class:ChipsTest.MockRecipientEditTextView
118 return mEditable != null ? mEditable.toString() : "";
189 int firstStart = mEditable.toString().indexOf(first);
191 int secondStart = mEditable.toString().indexOf(second);
196 String editableString = mEditable.toString();
207 firstStart = mEditable.toString().indexOf(first);
211 assertEquals(mEditable.toString(), first);
226 int firstStart = mEditable.toString().indexOf(first);
228 int secondStart = mEditable.toString().indexOf(second);
233 String editableString = mEditable.toString();
[all...]
/frameworks/native/libs/gui/
H A DSyncFeatures.cpp90 String8 SyncFeatures::toString() const { function in class:android::SyncFeatures
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp76 static String8 toString(const char16_t* chars, size_t numChars) { function in namespace:android
293 keyCode, toString(chars, numChars).string(), metaState, result);
308 deviceId, toString(chars, numChars).string(), ch);
321 deviceId, toString(chars, numChars).string(), int32_t(outEvents.size()));
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java107 public String toString() { method in class:CFunc
H A DCType.java90 public String toString() { method in class:CType
H A DJFunc.java158 public String toString() { method in class:JFunc
H A DJType.java165 public String toString() { method in class:JType
/frameworks/native/services/inputflinger/
H A DEventHub.cpp78 static inline const char* toString(bool value) { function in namespace:android
1393 toString(mBuiltInKeyboardId == deviceId),
1394 wakeMechanism.string(), toString(usingClockIoctl));
1709 toString(device->overlayKeyMap != NULL));
H A DInputDispatcher.cpp95 static inline const char* toString(bool value) { function in namespace:android
2083 connection->getInputChannelName(), seq, toString(handled));
2101 connection->getInputChannelName(), toString(notify));
3170 state.displayId, toString(state.down), toString(state.split),
3201 toString(windowInfo->paused),
3202 toString(windowInfo->hasFocus),
3203 toString(windowInfo->hasWallpaper),
3204 toString(windowInfo->visible),
3205 toString(windowInf
[all...]
H A DInputReader.cpp114 static inline const char* toString(bool value) { function in namespace:android
822 toString(mConfig.pointerGesturesEnabled));
962 dump.appendFormat(INDENT2 "IsExternal: %s\n", toString(mIsExternal));
963 dump.appendFormat(INDENT2 "HasMic: %s\n", toString(mHasMic));
2106 dump.appendFormat(INDENT3 "Vibrating: %s\n", toString(mVibrating));
2184 toString(mParameters.hasAssociatedDisplay));
2186 toString(mParameters.orientationAware));
2188 toString(mParameters.handlesKeyRepeat));
2449 toString(mCursorScrollAccumulator.haveRelativeVWheel()));
2451 toString(mCursorScrollAccumulato
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1212 existingConfig->toString().c_str());
1222 newConfig->toString().c_str());
1639 output << config->toString(true) << '\n';
1750 std::string HWC2On1Adapter::Display::Config::toString(bool splitLine) const function in class:android::HWC2On1Adapter::Display::Config
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapRequestKeyImpl.java61 public String toString() { method in class:BitmapRequestKeyImpl
65 return sb.toString();
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java270 return buffer.toString();
309 public String toString() { method in class:ContiguousFIFOAggregator.Value
H A DResourceRequestKey.java91 public String toString() { method in class:ResourceRequestKey
H A DReusableBitmap.java96 public String toString() { method in class:ReusableBitmap
98 sb.append(super.toString());
115 return sb.toString();
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java331 public String toString() { method in class:InputStreamBuffer
360 return sb.toString();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java155 public String toString() { method in class:BluetoothMapBmessage
168 return json.toString();
H A DBluetoothMapEventReport.java55 public String toString() { method in class:BluetoothMapEventReport.Type
109 if (t.toString().equals(type)) {
168 public String toString() { method in class:BluetoothMapEventReport
181 return json.toString();
H A DBluetoothMapMessage.java175 public String toString() { method in class:BluetoothMapMessage
200 return json.toString();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java47 Log.v("BMSG >> ", toString());
51 public String toString() { method in class:BmsgTokenizer.Property
H A DObexAppParameters.java179 public String toString() { method in class:ObexAppParameters
180 return mParams.toString();
H A DObexTime.java87 public String toString() { method in class:ObexTime
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java321 public String toString() method in class:EventRecurrence
393 return s.toString();

Completed in 2662 milliseconds

1234567891011>>