OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quickcontact
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
ActionMultiMap.java
17
package com.android.contacts.
quickcontact
;
QuickContactBroadcastReceiver.java
17
package com.android.contacts.
quickcontact
;
23
import android.provider.ContactsContract.
QuickContact
;
26
* Broadcast receiver for invoking
QuickContact
using the widget. The purpose of this pass-through
34
final Intent newIntent = new Intent(
QuickContact
.ACTION_QUICK_CONTACT);
Action.java
17
package com.android.contacts.
quickcontact
;
CheckableImageView.java
17
package com.android.contacts.
quickcontact
;
26
* This is used as the background view of
quickcontact
chiclet, which is in checked state
QuickContactListFragment.java
17
package com.android.contacts.
quickcontact
;
DataAction.java
17
package com.android.contacts.
quickcontact
;
ResolveCache.java
17
package com.android.contacts.
quickcontact
;
FloatingChildLayout.java
17
package com.android.contacts.
quickcontact
;
QuickContactActivity.java
17
package com.android.contacts.
quickcontact
;
43
import android.provider.ContactsContract.
QuickContact
;
91
* Mostly translucent {@link Activity} that shows
QuickContact
dialog. It loads
96
private static final String TAG = "
QuickContact
";
99
private static final String TRACE_TAG = "
quickcontact
";
164
? StopWatch.start("
QuickContact
") : StopWatch.getNullStopWatch();
220
mExcludeMimes = intent.getStringArrayExtra(
QuickContact
.EXTRA_EXCLUDE_MIMES);
229
// Show
QuickContact
in front of soft input
633
Log.d(Constants.PERFORMANCE_TAG, "
QuickContact
shown");
/packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java
17
package com.android.contacts.tests.
quickcontact
;
Completed in 59 milliseconds