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

  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
LoadingSpinnerController.java 25 private DeletionHelperActivity mParentActivity;
32 mParentActivity = activity;
54 if (mListView != null && mParentActivity.isLoadingVisible() != isLoading) {
55 mParentActivity.setLoading(mListView, isLoading, true);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 74 private Activity mParentActivity;
222 if (mParentActivity != null) {
223 mParentActivity.startActivityForResult(mContactListIntent, mPrefId);
285 mParentActivity = parent;
293 mParentActivity = parent;
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 223 private ConversationDialogActivity mParentActivity; // This really sucks.
238 mParentActivity = parent;
265 if (mParentActivity != null) {
266 mParentActivity.processText();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 116 private final String mParentActivity;
172 mParentActivity = value;
174 mParentActivity = null;
210 return mParentActivity;
    [all...]

Completed in 155 milliseconds