Searched defs:status (Results 176 - 178 of 178) sorted by relevance

12345678

/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql48 CREATE TABLE status_updates (status_update_data_id INTEGER PRIMARY KEY REFERENCES data(_id),status TEXT,status_ts INTEGER,status_res_package TEXT, status_label INTEGER, status_icon INTEGER);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1962 // No accounts/no contacts status is true if there are no account and
1969 // TODO: Different status if there is a profile but no contacts?
2632 protected void setProviderStatus(int status) { argument
2633 if (mProviderStatus != status) {
2634 mProviderStatus = status;
3355 * Inserts a status update.
3488 String status = inputValues.getAsString(StatusUpdates.STATUS);
3496 Log.w(TAG, "Contact status update resource package not found: " + resPackage);
3511 if (TextUtils.isEmpty(status)) {
3517 dataId, timestamp, status, resPackag
3579 statusUpdateToHtml(String status) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 189 milliseconds

12345678