/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) {
|