Searched refs:mLaunchButton (Results 1 - 2 of 2) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallAppProgress.java70 private Button mLaunchButton; field in class:InstallAppProgress
98 mLaunchButton.setVisibility(View.VISIBLE);
113 mLaunchButton.setOnClickListener(InstallAppProgress.this);
115 mLaunchButton.setEnabled(false);
125 mLaunchButton.setVisibility(View.INVISIBLE);
260 mLaunchButton = (Button)findViewById(R.id.launch_button);
300 } else if(v == mLaunchButton) {
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java46 private Button mLaunchButton; field in class:NotificationListenerActivity
62 mLaunchButton = (Button) findViewById(R.id.launch_settings);
96 mLaunchButton.setText(R.string.launch_to_disable);
99 mLaunchButton.setText(R.string.launch_to_enable);

Completed in 123 milliseconds