Home
last modified time | relevance | path

Searched refs:textFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java161 public String textFormat() { in textFormat() method in AlsaDevicesParser.AlsaDeviceRecord
268 Slog.i(TAG, deviceRecord.textFormat()); in scan()
303 Slog.i(TAG, deviceRecord.textFormat()); in Log()
DAlsaCardsParser.java123 public String textFormat() { in textFormat() method in AlsaCardsParser.AlsaCardRecord
216 Slog.d(TAG, cardRec.textFormat()); in Log()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUnknownFieldSet.m220 NSString *textFormat = GPBTextFormatForUnknownFieldSet(self, @" ");
221 [description appendString:textFormat];
DGPBMessage.m2803 NSString *textFormat = GPBTextFormatForMessage(self, @" ");
2805 stringWithFormat:@"<%@ %p>: {\n%@}", [self class], self, textFormat];