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

  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 87 bindName(view, cursor);
92 protected void bindName(final ContactListItemView view, Cursor cursor) {
LegacyPhoneNumberListAdapter.java 92 bindName(view, cursor);
97 protected void bindName(final ContactListItemView view, Cursor cursor) {
LegacyPostalAddressListAdapter.java 92 bindName(view, cursor);
97 protected void bindName(final ContactListItemView view, Cursor cursor) {
EmailAddressListAdapter.java 138 bindName(view, cursor);
167 protected void bindName(final ContactListItemView view, Cursor cursor) {
PostalAddressListAdapter.java 129 bindName(view, cursor);
158 protected void bindName(final ContactListItemView view, Cursor cursor) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 606 bindName=binding.split()[0] #first part, up to first space
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
631 self.listBindings.insert(listIndex,bindName+' - '+newKeys)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 606 bindName=binding.split()[0] #first part, up to first space
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
631 self.listBindings.insert(listIndex,bindName+' - '+newKeys)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 606 bindName=binding.split()[0] #first part, up to first space
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
631 self.listBindings.insert(listIndex,bindName+' - '+newKeys)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 606 bindName=binding.split()[0] #first part, up to first space
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
631 self.listBindings.insert(listIndex,bindName+' - '+newKeys)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 446 bindName(view, cursor);
512 protected void bindName(final ContactListItemView view, Cursor cursor) {

Completed in 92 milliseconds