HomeSort by relevance Sort by last modified time
    Searched refs:titleKey (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 132 String titleKey = c.getString(c.getColumnIndex(Media.TITLE_KEY));
133 assertNotNull(titleKey);
176 assertTrue(titleKey.equals(c.getString(c.getColumnIndex(Media.TITLE_KEY))));
MediaStore_Audio_Genres_MembersTest.java 174 String titleKey = c.getString(c.getColumnIndex(Members.TITLE_KEY));
175 assertNotNull(titleKey);
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 376 var titleKey = this._makeKey(title, typeId);
377 if (!(titleKey in this._profileGroupsForLinks))
378 this._profileGroupsForLinks[titleKey] = 0;
380 groupNumber = ++this._profileGroupsForLinks[titleKey];
  /external/webkit/WebKit/win/
WebHistoryItem.cpp 99 static CFStringRef titleKey = CFSTR("title");
120 CFStringRef titleRef = (CFStringRef) CFDictionaryGetValue(dictionaryRef, titleKey);
228 keys[keyCount] = titleKey;
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 61 static NSString *titleKey = @"title";
347 NSString *title = [dict _webkit_stringForKey:titleKey];
453 [dict setObject:(NSString*)coreItem->title() forKey:titleKey];
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]

Completed in 63 milliseconds