Home
last modified time | relevance | path

Searched refs:mSource (Results 1 – 3 of 3) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java29 private final String mSource; field in VoicemailImpl
52 mSource = source; in VoicemailImpl()
203 return mSource; in getSourcePackage()
208 return mSource != null; in hasSourcePackage()
249 + ", mDuration=" + mDuration + ", mSource=" + mSource + ", mProviderData=" in toString()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyMotionEvent.java39 private int mSource; field in MonkeyMotionEvent
48 mSource = source; in MonkeyMotionEvent()
140 mMetaState, mXPrecision, mYPrecision, mDeviceId, mEdgeFlags, mSource, mFlags); in getEvent()
/development/apps/Development/src/com/android/development/
DPackageSummary.java58 private TextView mSource; field in PackageSummary
83 mSource = (TextView)findViewById(R.id.source); in onCreate()
128 mSource.setText(info.applicationInfo.sourceDir); in onCreate()