Searched refs:MyActivity (Results 1 – 21 of 21) sorted by relevance
MyActivity.java package com.android.layoutlib.test.myapplication public com.android.layoutlib ...
43 code to <code>MyActivity</code> that70 <li>In the <code>java/com.mycompany.myfirstapp</code> directory, open the <code>MyActivity.java</co…71 <li>Within the <code>MyActivity</code> class, add the {@code sendMessage()} method stub shown74 <p class="code-caption">java/com.mycompany.myfirstapp/MyActivity.java</p>102 <li>In <code>MyActivity.java</code>, inside the {@code sendMessage()} method, create an106 <p class="code-caption">java/com.mycompany.myfirstapp/MyActivity.java</p>141 <p class="code-caption">java/com.mycompany.myfirstapp/MyActivity.java</p>168 <p class="code-caption">java/com.mycompany.myfirstapp/MyActivity.java</p>183 <p class="code-caption">java/com.mycompany.myfirstapp/MyActivity.java</p>198 <li>At the top of the {@code MyActivity} class, add the {@code EXTRA_MESSAGE} definition as[all …]
118 <dt><code>app/src/main/java/com.mycompany.myfirstapp/MyActivity.java</code></dt>165 discussed above, which describes a basic layout for the MyActivity class.</dd>195 --path <path-to-workspace>/MyFirstApp --activity MyActivity \
8 public class MyActivity extends Activity { class
56 <activity android:name=".ui.MyActivity" >82 the corresponding activity (<code>.ui.MyActivity</code> in the example above) will be started. It
135 public class MyActivity extends Activity {208 <activity android:name=".MyActivity"213 <p>Now, when one of these configurations change, {@code MyActivity} does not restart.214 Instead, the {@code MyActivity} receives a call to {@link
60 MyActivity.java </span>
130 Intent intent = new Intent(mContext, MyActivity.class);
51 Log.i("MyActivity", "MyClass.getView() — get item number " + position);56 I/MyActivity( 1557): MyClass.getView() — get item number 1
137 public class MyActivity extends Activity {138 private static final String TAG = MyActivity.class.getSimpleName();
150 public class MyActivity extends Activity {
110 public class MyActivity extends Activity {
163 Intent intent = new Intent(mContext, MyActivity.class);
262 private MyActivity mActivity; // MyActivity is the class name of the app under test
359 <pre>private static final String DEBUG_TAG = "MyActivity";599 <pre>private static final String DEBUG_TAG = "MyActivity";625 <pre>private static final String DEBUG_TAG = "MyActivity";856 private static final String DEBUG_TAG = "MyActivity";
655 android:targetActivity="com.android.example.app.MyActivity"
140 public class MyActivity extends FragmentActivity252 public class MyActivity extends FragmentActivity
721 synchronized (MyActivity.sDataLock) {746 synchronized (MyActivity.sDataLock) {755 synchronized (MyActivity.sDataLock) {
608 public class MyActivity extends Activity {
515 launchable activity name='com.example.android.btexample.MyActivity'label='' icon=''
2626 -d tel:555-5555 -n org.example.MyApp/.MyActivity